Html Css Color HEX #AC90ED Biloba Flower

📋 copy color: '#AC90ED'

red 172 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #AC90ED

Tints of Biloba Flower #AC90ED

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.04%

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 31.1%
G = 26.04%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC90ED (or 0xAC90ED) is known color: Biloba Flower. HEX triplet: AC, 90 and ED. RGB value is (172,144,237). Sum of RGB (Red+Green+Blue) = 172+144+237=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90ED is #536F12. Grayscale: #A2A2A2. Windows color (decimal): -5467923 or 15569068. OLE color: 15569068.

HSL color Cylindrical-coordinate representation of color #AC90ED: hue angle of 258.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC90ED is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 144 237 -
CMYK 0.27 0.39 0 0.07
HSL 258.06º 0.72% 0.75% -
HSV(B) 258.06º 0.39% 0.93% -
XYZ 42.27 34.83 84.62 -
YUV 162.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 172 144 237 0.27 0.39 0 0.07 258.06 0.72 0.75
Hex AC 90 ED 1B 27 0 7 102 48 4B
Octal 254 220 355 33 47 0 7 402 110 113
Binary 10101100 10010000 11101101 11011 100111 0 111 100000010 1001000 1001011

Color Harmonies of #AC90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90ED

Black with #AC90ED

Text Example


Text Example

White with #AC90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90ED; }

 p { color: rgb(172,144,237); }

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

background-color css

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

 a { background-color: rgb(172,144,237); }

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

border-color css

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

 span { border-color: rgb(172,144,237); }

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