Html Css Color HEX #AC8CEB Biloba Flower

📋 copy color: '#AC8CEB'

red 172 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #AC8CEB

Tints of Biloba Flower #AC8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 31.44%
G = 25.59%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC8CEB (or 0xAC8CEB) is known color: Biloba Flower. HEX triplet: AC, 8C and EB. RGB value is (172,140,235). Sum of RGB (Red+Green+Blue) = 172+140+235=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CEB is #537314. Grayscale: #A0A0A0. Windows color (decimal): -5468949 or 15436972. OLE color: 15436972.

HSL color Cylindrical-coordinate representation of color #AC8CEB: hue angle of 260.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8CEB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 140 235 -
CMYK 0.27 0.40 0 0.08
HSL 260.21º 0.7% 0.74% -
HSV(B) 260.21º 0.4% 0.92% -
XYZ 41.39 33.52 82.89 -
YUV 160.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 172 140 235 0.27 0.40 0 0.08 260.21 0.7 0.74
Hex AC 8C EB 1B 28 0 8 104 46 4A
Octal 254 214 353 33 50 0 10 404 106 112
Binary 10101100 10001100 11101011 11011 101000 0 1000 100000100 1000110 1001010

Color Harmonies of #AC8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CEB

Black with #AC8CEB

Text Example


Text Example

White with #AC8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CEB; }

 p { color: rgb(172,140,235); }

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

background-color css

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

 a { background-color: rgb(172,140,235); }

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

border-color css

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

 span { border-color: rgb(172,140,235); }

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