Html Css Color HEX #AC8DD4 Biloba Flower

📋 copy color: '#AC8DD4'

red 172 ◦ green 141 ◦ blue 212

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

Shades of Biloba Flower #AC8DD4

Tints of Biloba Flower #AC8DD4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

 BLUE value IS 212 (83.2% from 255) = 40.38%

R = 32.76%
G = 26.86%
B = 40.38%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC8DD4 (or 0xAC8DD4) is known color: Biloba Flower. HEX triplet: AC, 8D and D4. RGB value is (172,141,212). Sum of RGB (Red+Green+Blue) = 172+141+212=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD4 is #53722B. Grayscale: #9E9E9E. Windows color (decimal): -5468716 or 13929900. OLE color: 13929900.

HSL color Cylindrical-coordinate representation of color #AC8DD4: hue angle of 266.2º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8DD4 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 141 212 -
CMYK 0.19 0.33 0 0.17
HSL 266.2º 0.45% 0.69% -
HSV(B) 266.2º 0.33% 0.83% -
XYZ 38.42 32.57 66.55 -
YUV 158.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 172 141 212 0.19 0.33 0 0.17 266.2 0.45 0.69
Hex AC 8D D4 13 21 0 11 10A 2D 45
Octal 254 215 324 23 41 0 21 412 55 105
Binary 10101100 10001101 11010100 10011 100001 0 10001 100001010 101101 1000101

Color Harmonies of #AC8DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DD4

Black with #AC8DD4

Text Example


Text Example

White with #AC8DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DD4; }

 p { color: rgb(172,141,212); }

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

background-color css

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

 a { background-color: rgb(172,141,212); }

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

border-color css

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

 span { border-color: rgb(172,141,212); }

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