Html Css Color HEX #AC95D2 Biloba Flower

📋 copy color: '#AC95D2'

red 172 ◦ green 149 ◦ blue 210

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

Shades of Biloba Flower #AC95D2

Tints of Biloba Flower #AC95D2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.06%

 BLUE value IS 210 (82.42% from 255) = 39.55%

R = 32.39%
G = 28.06%
B = 39.55%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC95D2 (or 0xAC95D2) is known color: Biloba Flower. HEX triplet: AC, 95 and D2. RGB value is (172,149,210). Sum of RGB (Red+Green+Blue) = 172+149+210=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC95D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95D2 is #536A2D. Grayscale: #A2A2A2. Windows color (decimal): -5466670 or 13800876. OLE color: 13800876.

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

Color convert

RGB 172 149 210 -
CMYK 0.18 0.29 0 0.18
HSL 262.62º 0.4% 0.7% -
HSV(B) 262.62º 0.29% 0.82% -
XYZ 39.39 34.92 65.64 -
YUV 162.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 172 149 210 0.18 0.29 0 0.18 262.62 0.4 0.7
Hex AC 95 D2 12 1D 0 12 107 28 46
Octal 254 225 322 22 35 0 22 407 50 106
Binary 10101100 10010101 11010010 10010 11101 0 10010 100000111 101000 1000110

Color Harmonies of #AC95D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95D2

Black with #AC95D2

Text Example


Text Example

White with #AC95D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95D2; }

 p { color: rgb(172,149,210); }

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

background-color css

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

 a { background-color: rgb(172,149,210); }

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

border-color css

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

 span { border-color: rgb(172,149,210); }

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