Html Css Color HEX #AC92D1 Biloba Flower

📋 copy color: '#AC92D1'

red 172 ◦ green 146 ◦ blue 209

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

Shades of Biloba Flower #AC92D1

Tints of Biloba Flower #AC92D1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.7%

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 32.64%
G = 27.7%
B = 39.66%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC92D1 (or 0xAC92D1) is known color: Biloba Flower. HEX triplet: AC, 92 and D1. RGB value is (172,146,209). Sum of RGB (Red+Green+Blue) = 172+146+209=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC92D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92D1 is #536D2E. Grayscale: #A0A0A0. Windows color (decimal): -5467439 or 13734572. OLE color: 13734572.

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

Color convert

RGB 172 146 209 -
CMYK 0.18 0.30 0 0.18
HSL 264.76º 0.41% 0.7% -
HSV(B) 264.76º 0.3% 0.82% -
XYZ 38.8 33.93 64.83 -
YUV 160.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 172 146 209 0.18 0.30 0 0.18 264.76 0.41 0.7
Hex AC 92 D1 12 1E 0 12 109 29 46
Octal 254 222 321 22 36 0 22 411 51 106
Binary 10101100 10010010 11010001 10010 11110 0 10010 100001001 101001 1000110

Color Harmonies of #AC92D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92D1

Black with #AC92D1

Text Example


Text Example

White with #AC92D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92D1; }

 p { color: rgb(172,146,209); }

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

background-color css

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

 a { background-color: rgb(172,146,209); }

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

border-color css

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

 span { border-color: rgb(172,146,209); }

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