Html Css Color HEX #AC9EEA Biloba Flower

📋 copy color: '#AC9EEA'

red 172 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #AC9EEA

Tints of Biloba Flower #AC9EEA

RGB

 RED value IS 172 (67.58% from 255) = 30.5%

 GREEN value IS 158 (62.11% from 255) = 28.01%

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

R = 30.5%
G = 28.01%
B = 41.49%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC9EEA (or 0xAC9EEA) is known color: Biloba Flower. HEX triplet: AC, 9E and EA. RGB value is (172,158,234). Sum of RGB (Red+Green+Blue) = 172+158+234=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EEA is #536115. Grayscale: #AAAAAA. Windows color (decimal): -5464342 or 15376044. OLE color: 15376044.

HSL color Cylindrical-coordinate representation of color #AC9EEA: hue angle of 251.05º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9EEA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 158 234 -
CMYK 0.26 0.32 0 0.08
HSL 251.05º 0.64% 0.77% -
HSV(B) 251.05º 0.32% 0.92% -
XYZ 44.09 39.16 83.08 -
YUV 170.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 172 158 234 0.26 0.32 0 0.08 251.05 0.64 0.77
Hex AC 9E EA 1A 20 0 8 FB 40 4D
Octal 254 236 352 32 40 0 10 373 100 115
Binary 10101100 10011110 11101010 11010 100000 0 1000 11111011 1000000 1001101

Color Harmonies of #AC9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EEA

Black with #AC9EEA

Text Example


Text Example

White with #AC9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EEA; }

 p { color: rgb(172,158,234); }

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

background-color css

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

 a { background-color: rgb(172,158,234); }

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

border-color css

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

 span { border-color: rgb(172,158,234); }

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