Html Css Color HEX #AC85E5 Biloba Flower

📋 copy color: '#AC85E5'

red 172 ◦ green 133 ◦ blue 229

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

Shades of Biloba Flower #AC85E5

Tints of Biloba Flower #AC85E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 32.21%
G = 24.91%
B = 42.88%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC85E5 (or 0xAC85E5) is known color: Biloba Flower. HEX triplet: AC, 85 and E5. RGB value is (172,133,229). Sum of RGB (Red+Green+Blue) = 172+133+229=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC85E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85E5 is #537A1A. Grayscale: #9B9B9B. Windows color (decimal): -5470747 or 15041964. OLE color: 15041964.

HSL color Cylindrical-coordinate representation of color #AC85E5: hue angle of 264.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC85E5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 133 229 -
CMYK 0.25 0.42 0 0.10
HSL 264.38º 0.65% 0.71% -
HSV(B) 264.38º 0.42% 0.9% -
XYZ 39.54 31.2 78.07 -
YUV 155.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 172 133 229 0.25 0.42 0 0.10 264.38 0.65 0.71
Hex AC 85 E5 19 2A 0 A 108 41 47
Octal 254 205 345 31 52 0 12 410 101 107
Binary 10101100 10000101 11100101 11001 101010 0 1010 100001000 1000001 1000111

Color Harmonies of #AC85E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85E5

Black with #AC85E5

Text Example


Text Example

White with #AC85E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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