Html Css Color HEX #AC99E5 Biloba Flower

📋 copy color: '#AC99E5'

red 172 ◦ green 153 ◦ blue 229

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

Shades of Biloba Flower #AC99E5

Tints of Biloba Flower #AC99E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 31.05%
G = 27.62%
B = 41.34%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC99E5 (or 0xAC99E5) is known color: Biloba Flower. HEX triplet: AC, 99 and E5. RGB value is (172,153,229). Sum of RGB (Red+Green+Blue) = 172+153+229=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC99E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99E5 is #53661A. Grayscale: #A7A7A7. Windows color (decimal): -5465627 or 15047084. OLE color: 15047084.

HSL color Cylindrical-coordinate representation of color #AC99E5: hue angle of 255º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC99E5 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 153 229 -
CMYK 0.25 0.33 0 0.10
HSL 255º 0.59% 0.75% -
HSV(B) 255º 0.33% 0.9% -
XYZ 42.55 37.21 79.07 -
YUV 167.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 172 153 229 0.25 0.33 0 0.10 255 0.59 0.75
Hex AC 99 E5 19 21 0 A FF 3B 4B
Octal 254 231 345 31 41 0 12 377 73 113
Binary 10101100 10011001 11100101 11001 100001 0 1010 11111111 111011 1001011

Color Harmonies of #AC99E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99E5

Black with #AC99E5

Text Example


Text Example

White with #AC99E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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