Html Css Color HEX #AC88F2 Biloba Flower

📋 copy color: '#AC88F2'

red 172 ◦ green 136 ◦ blue 242

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

Shades of Biloba Flower #AC88F2

Tints of Biloba Flower #AC88F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 31.27%
G = 24.73%
B = 44%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC88F2 (or 0xAC88F2) is known color: Biloba Flower. HEX triplet: AC, 88 and F2. RGB value is (172,136,242). Sum of RGB (Red+Green+Blue) = 172+136+242=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC88F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88F2 is #53770D. Grayscale: #9E9E9E. Windows color (decimal): -5469966 or 15894700. OLE color: 15894700.

HSL color Cylindrical-coordinate representation of color #AC88F2: hue angle of 260.38º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC88F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 136 242 -
CMYK 0.29 0.44 0 0.05
HSL 260.38º 0.8% 0.74% -
HSV(B) 260.38º 0.44% 0.95% -
XYZ 41.84 32.79 88.13 -
YUV 158.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 172 136 242 0.29 0.44 0 0.05 260.38 0.8 0.74
Hex AC 88 F2 1D 2C 0 5 104 50 4A
Octal 254 210 362 35 54 0 5 404 120 112
Binary 10101100 10001000 11110010 11101 101100 0 101 100000100 1010000 1001010

Color Harmonies of #AC88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88F2

Black with #AC88F2

Text Example


Text Example

White with #AC88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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