Html Css Color HEX #AC99EA Biloba Flower

📋 copy color: '#AC99EA'

red 172 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #AC99EA

Tints of Biloba Flower #AC99EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.37%

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

R = 30.77%
G = 27.37%
B = 41.86%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC99EA (or 0xAC99EA) is known color: Biloba Flower. HEX triplet: AC, 99 and EA. RGB value is (172,153,234). Sum of RGB (Red+Green+Blue) = 172+153+234=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99EA is #536615. Grayscale: #A7A7A7. Windows color (decimal): -5465622 or 15374764. OLE color: 15374764.

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

Color convert

RGB 172 153 234 -
CMYK 0.26 0.35 0 0.08
HSL 254.07º 0.66% 0.76% -
HSV(B) 254.07º 0.35% 0.92% -
XYZ 43.26 37.49 82.8 -
YUV 167.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 172 153 234 0.26 0.35 0 0.08 254.07 0.66 0.76
Hex AC 99 EA 1A 23 0 8 FE 42 4C
Octal 254 231 352 32 43 0 10 376 102 114
Binary 10101100 10011001 11101010 11010 100011 0 1000 11111110 1000010 1001100

Color Harmonies of #AC99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99EA

Black with #AC99EA

Text Example


Text Example

White with #AC99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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