Html Css Color HEX #AC92DF Biloba Flower

📋 copy color: '#AC92DF'

red 172 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #AC92DF

Tints of Biloba Flower #AC92DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 31.79%
G = 26.99%
B = 41.22%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC92DF (or 0xAC92DF) is known color: Biloba Flower. HEX triplet: AC, 92 and DF. RGB value is (172,146,223). Sum of RGB (Red+Green+Blue) = 172+146+223=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92DF is #536D20. Grayscale: #A2A2A2. Windows color (decimal): -5467425 or 14652076. OLE color: 14652076.

HSL color Cylindrical-coordinate representation of color #AC92DF: hue angle of 260.26º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC92DF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 146 223 -
CMYK 0.23 0.35 0 0.13
HSL 260.26º 0.55% 0.72% -
HSV(B) 260.26º 0.35% 0.87% -
XYZ 40.61 34.66 74.36 -
YUV 162.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 172 146 223 0.23 0.35 0 0.13 260.26 0.55 0.72
Hex AC 92 DF 17 23 0 D 104 37 48
Octal 254 222 337 27 43 0 15 404 67 110
Binary 10101100 10010010 11011111 10111 100011 0 1101 100000100 110111 1001000

Color Harmonies of #AC92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92DF

Black with #AC92DF

Text Example


Text Example

White with #AC92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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