Html Css Color HEX #AC85D2 Biloba Flower

📋 copy color: '#AC85D2'

red 172 ◦ green 133 ◦ blue 210

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

Shades of Biloba Flower #AC85D2

Tints of Biloba Flower #AC85D2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

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

R = 33.4%
G = 25.83%
B = 40.78%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC85D2 (or 0xAC85D2) is known color: Biloba Flower. HEX triplet: AC, 85 and D2. RGB value is (172,133,210). Sum of RGB (Red+Green+Blue) = 172+133+210=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC85D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85D2 is #537A2D. Grayscale: #999999. Windows color (decimal): -5470766 or 13796780. OLE color: 13796780.

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

Color convert

RGB 172 133 210 -
CMYK 0.18 0.37 0 0.18
HSL 270.39º 0.46% 0.67% -
HSV(B) 270.39º 0.37% 0.82% -
XYZ 37.03 30.2 64.85 -
YUV 153.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 172 133 210 0.18 0.37 0 0.18 270.39 0.46 0.67
Hex AC 85 D2 12 25 0 12 10E 2E 43
Octal 254 205 322 22 45 0 22 416 56 103
Binary 10101100 10000101 11010010 10010 100101 0 10010 100001110 101110 1000011

Color Harmonies of #AC85D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85D2

Black with #AC85D2

Text Example


Text Example

White with #AC85D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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