Html Css Color HEX #AC85EA Biloba Flower

📋 copy color: '#AC85EA'

red 172 ◦ green 133 ◦ blue 234

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

Shades of Biloba Flower #AC85EA

Tints of Biloba Flower #AC85EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 31.91%
G = 24.68%
B = 43.41%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC85EA (or 0xAC85EA) is known color: Biloba Flower. HEX triplet: AC, 85 and EA. RGB value is (172,133,234). Sum of RGB (Red+Green+Blue) = 172+133+234=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85EA is #537A15. Grayscale: #9B9B9B. Windows color (decimal): -5470742 or 15369644. OLE color: 15369644.

HSL color Cylindrical-coordinate representation of color #AC85EA: hue angle of 263.17º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC85EA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 133 234 -
CMYK 0.26 0.43 0 0.08
HSL 263.17º 0.71% 0.72% -
HSV(B) 263.17º 0.43% 0.92% -
XYZ 40.25 31.49 81.8 -
YUV 156.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 172 133 234 0.26 0.43 0 0.08 263.17 0.71 0.72
Hex AC 85 EA 1A 2B 0 8 107 47 48
Octal 254 205 352 32 53 0 10 407 107 110
Binary 10101100 10000101 11101010 11010 101011 0 1000 100000111 1000111 1001000

Color Harmonies of #AC85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85EA

Black with #AC85EA

Text Example


Text Example

White with #AC85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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