Html Css Color HEX #AB8AEA Biloba Flower

📋 copy color: '#AB8AEA'

red 171 ◦ green 138 ◦ blue 234

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

Shades of Biloba Flower #AB8AEA

Tints of Biloba Flower #AB8AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 31.49%
G = 25.41%
B = 43.09%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB8AEA (or 0xAB8AEA) is known color: Biloba Flower. HEX triplet: AB, 8A and EA. RGB value is (171,138,234). Sum of RGB (Red+Green+Blue) = 171+138+234=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AEA is #547515. Grayscale: #9E9E9E. Windows color (decimal): -5534998 or 15370923. OLE color: 15370923.

HSL color Cylindrical-coordinate representation of color #AB8AEA: hue angle of 260.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8AEA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 138 234 -
CMYK 0.27 0.41 0 0.08
HSL 260.63º 0.7% 0.73% -
HSV(B) 260.63º 0.41% 0.92% -
XYZ 40.73 32.78 82.02 -
YUV 158.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 171 138 234 0.27 0.41 0 0.08 260.63 0.7 0.73
Hex AB 8A EA 1B 29 0 8 105 46 49
Octal 253 212 352 33 51 0 10 405 106 111
Binary 10101011 10001010 11101010 11011 101001 0 1000 100000101 1000110 1001001

Color Harmonies of #AB8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AEA

Black with #AB8AEA

Text Example


Text Example

White with #AB8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AEA; }

 p { color: rgb(171,138,234); }

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

background-color css

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

 a { background-color: rgb(171,138,234); }

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

border-color css

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

 span { border-color: rgb(171,138,234); }

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