Html Css Color HEX #AC91D0 Biloba Flower

📋 copy color: '#AC91D0'

red 172 ◦ green 145 ◦ blue 208

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

Shades of Biloba Flower #AC91D0

Tints of Biloba Flower #AC91D0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.62%

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 32.76%
G = 27.62%
B = 39.62%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC91D0 (or 0xAC91D0) is known color: Biloba Flower. HEX triplet: AC, 91 and D0. RGB value is (172,145,208). Sum of RGB (Red+Green+Blue) = 172+145+208=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC91D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91D0 is #536E2F. Grayscale: #A0A0A0. Windows color (decimal): -5467696 or 13668780. OLE color: 13668780.

HSL color Cylindrical-coordinate representation of color #AC91D0: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC91D0 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 145 208 -
CMYK 0.17 0.30 0 0.18
HSL 265.71º 0.4% 0.69% -
HSV(B) 265.71º 0.3% 0.82% -
XYZ 38.52 33.58 64.12 -
YUV 160.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 172 145 208 0.17 0.30 0 0.18 265.71 0.4 0.69
Hex AC 91 D0 11 1E 0 12 10A 28 45
Octal 254 221 320 21 36 0 22 412 50 105
Binary 10101100 10010001 11010000 10001 11110 0 10010 100001010 101000 1000101

Color Harmonies of #AC91D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91D0

Black with #AC91D0

Text Example


Text Example

White with #AC91D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91D0; }

 p { color: rgb(172,145,208); }

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

background-color css

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

 a { background-color: rgb(172,145,208); }

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

border-color css

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

 span { border-color: rgb(172,145,208); }

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