Html Css Color HEX #AC88FF Biloba Flower

📋 copy color: '#AC88FF'

red 172 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #AC88FF

Tints of Biloba Flower #AC88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.16%

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

R = 30.55%
G = 24.16%
B = 45.29%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC88FF (or 0xAC88FF) is known color: Biloba Flower. HEX triplet: AC, 88 and FF. RGB value is (172,136,255). Sum of RGB (Red+Green+Blue) = 172+136+255=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88FF is #537700. Grayscale: #9F9F9F. Windows color (decimal): -5469953 or 16746668. OLE color: 16746668.

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

Color convert

RGB 172 136 255 -
CMYK 0.33 0.47 0 0
HSL 258.15º 1% 0.77% -
HSV(B) 258.15º 0.47% 1% -
XYZ 43.87 33.6 98.78 -
YUV 160.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 172 136 255 0.33 0.47 0 0 258.15 1 0.77
Hex AC 88 FF 21 2F 0 0 102 64 4D
Octal 254 210 377 41 57 0 0 402 144 115
Binary 10101100 10001000 11111111 100001 101111 0 0 100000010 1100100 1001101

Color Harmonies of #AC88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88FF

Black with #AC88FF

Text Example


Text Example

White with #AC88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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