Html Css Color HEX #ACA0E9 Biloba Flower

📋 copy color: '#ACA0E9'

red 172 ◦ green 160 ◦ blue 233

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

Shades of Biloba Flower #ACA0E9

Tints of Biloba Flower #ACA0E9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.32%

 BLUE value IS 233 (91.41% from 255) = 41.24%

R = 30.44%
G = 28.32%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACA0E9 (or 0xACA0E9) is known color: Biloba Flower. HEX triplet: AC, A0 and E9. RGB value is (172,160,233). Sum of RGB (Red+Green+Blue) = 172+160+233=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACA0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA0E9 is #535F16. Grayscale: #ABABAB. Windows color (decimal): -5463831 or 15311020. OLE color: 15311020.

HSL color Cylindrical-coordinate representation of color #ACA0E9: hue angle of 249.86º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA0E9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 160 233 -
CMYK 0.26 0.31 0 0.09
HSL 249.86º 0.62% 0.77% -
HSV(B) 249.86º 0.31% 0.91% -
XYZ 44.29 39.8 82.44 -
YUV 171.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 172 160 233 0.26 0.31 0 0.09 249.86 0.62 0.77
Hex AC A0 E9 1A 1F 0 9 FA 3E 4D
Octal 254 240 351 32 37 0 11 372 76 115
Binary 10101100 10100000 11101001 11010 11111 0 1001 11111010 111110 1001101

Color Harmonies of #ACA0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA0E9

Black with #ACA0E9

Text Example


Text Example

White with #ACA0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA0E9; }

 p { color: rgb(172,160,233); }

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

background-color css

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

 a { background-color: rgb(172,160,233); }

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

border-color css

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

 span { border-color: rgb(172,160,233); }

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