Html Css Color HEX #AC85EE Biloba Flower

📋 copy color: '#AC85EE'

red 172 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #AC85EE

Tints of Biloba Flower #AC85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 31.68%
G = 24.49%
B = 43.83%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC85EE (or 0xAC85EE) is known color: Biloba Flower. HEX triplet: AC, 85 and EE. RGB value is (172,133,238). Sum of RGB (Red+Green+Blue) = 172+133+238=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85EE is #537A11. Grayscale: #9C9C9C. Windows color (decimal): -5470738 or 15631788. OLE color: 15631788.

HSL color Cylindrical-coordinate representation of color #AC85EE: hue angle of 262.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC85EE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 133 238 -
CMYK 0.28 0.44 0 0.07
HSL 262.29º 0.76% 0.73% -
HSV(B) 262.29º 0.44% 0.93% -
XYZ 40.83 31.72 84.86 -
YUV 156.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 172 133 238 0.28 0.44 0 0.07 262.29 0.76 0.73
Hex AC 85 EE 1C 2C 0 7 106 4C 49
Octal 254 205 356 34 54 0 7 406 114 111
Binary 10101100 10000101 11101110 11100 101100 0 111 100000110 1001100 1001001

Color Harmonies of #AC85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85EE

Black with #AC85EE

Text Example


Text Example

White with #AC85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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