Html Css Color HEX #AC99FF Biloba Flower

📋 copy color: '#AC99FF'

red 172 ◦ green 153 ◦ blue 255

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

Shades of Biloba Flower #AC99FF

Tints of Biloba Flower #AC99FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 29.66%
G = 26.38%
B = 43.97%

CMYK

 C value IS 0.33

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC99FF (or 0xAC99FF) is known color: Biloba Flower. HEX triplet: AC, 99 and FF. RGB value is (172,153,255). Sum of RGB (Red+Green+Blue) = 172+153+255=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99FF is #536600. Grayscale: #A9A9A9. Windows color (decimal): -5465601 or 16751020. OLE color: 16751020.

HSL color Cylindrical-coordinate representation of color #AC99FF: hue angle of 251.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC99FF is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 153 255 -
CMYK 0.33 0.4 0 0
HSL 251.18º 1% 0.8% -
HSV(B) 251.18º 0.4% 1% -
XYZ 46.45 38.77 99.64 -
YUV 170.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 172 153 255 0.33 0.4 0 0 251.18 1 0.8
Hex AC 99 FF 21 28 0 0 FB 64 50
Octal 254 231 377 41 50 0 0 373 144 120
Binary 10101100 10011001 11111111 100001 101000 0 0 11111011 1100100 1010000

Color Harmonies of #AC99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99FF

Black with #AC99FF

Text Example


Text Example

White with #AC99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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