Html Css Color HEX #AB68E8 Medium Purple

📋 copy color: '#AB68E8'

red 171 ◦ green 104 ◦ blue 232

#AB68E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AB68E8

Tints of Medium Purple #AB68E8

RGB

 RED value IS 171 (67.19% from 255) = 33.73%

 GREEN value IS 104 (41.02% from 255) = 20.51%

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 33.73%
G = 20.51%
B = 45.76%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB68E8 (or 0xAB68E8) is known color: Medium Purple. HEX triplet: AB, 68 and E8. RGB value is (171,104,232). Sum of RGB (Red+Green+Blue) = 171+104+232=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB68E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68E8 is #549717. Grayscale: #8A8A8A. Windows color (decimal): -5543704 or 15231147. OLE color: 15231147.

HSL color Cylindrical-coordinate representation of color #AB68E8: hue angle of 271.41º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB68E8 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 104 232 -
CMYK 0.26 0.55 0 0.09
HSL 271.41º 0.74% 0.66% -
HSV(B) 271.41º 0.55% 0.91% -
XYZ 36.31 24.38 79.14 -
YUV 138.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 171 104 232 0.26 0.55 0 0.09 271.41 0.74 0.66
Hex AB 68 E8 1A 37 0 9 10F 4A 42
Octal 253 150 350 32 67 0 11 417 112 102
Binary 10101011 1101000 11101000 11010 110111 0 1001 100001111 1001010 1000010

Color Harmonies of #AB68E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68E8

Black with #AB68E8

Text Example


Text Example

White with #AB68E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68E8; }

 p { color: rgb(171,104,232); }

 H1.HeaderClassName
 {
   color: #AB68E8;
 }
 .AnyTagClassName
 {
   color: #AB68E8;
 }
</style>

background-color css

<style>
 a { background-color: #AB68E8; }

 a { background-color: rgb(171,104,232); }

 div.DivClassName
 {
   background-color: #AB68E8;
 }
 .BgClassName
 {
   background-color: #AB68E8;
 }
</style>

border-color css

<style>
 span { border-color: #AB68E8; }

 span { border-color: rgb(171,104,232); }

 td.TdClassName
 {
   border-color: #AB68E8;
 }
 .TagClassName
 {
   border-color: #AB68E8;
 }
</style>