Html Css Color HEX #A08EE0 Biloba Flower

📋 copy color: '#A08EE0'

red 160 ◦ green 142 ◦ blue 224

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

Shades of Biloba Flower #A08EE0

Tints of Biloba Flower #A08EE0

RGB

 RED value IS 160 (62.89% from 255) = 30.42%

 GREEN value IS 142 (55.86% from 255) = 27%

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 30.42%
G = 27%
B = 42.59%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A08EE0 (or 0xA08EE0) is known color: Biloba Flower. HEX triplet: A0, 8E and E0. RGB value is (160,142,224). Sum of RGB (Red+Green+Blue) = 160+142+224=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #A08EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EE0 is #5F711F. Grayscale: #9C9C9C. Windows color (decimal): -6254880 or 14716576. OLE color: 14716576.

HSL color Cylindrical-coordinate representation of color #A08EE0: hue angle of 253.17º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08EE0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 142 224 -
CMYK 0.29 0.37 0 0.12
HSL 253.17º 0.57% 0.72% -
HSV(B) 253.17º 0.37% 0.88% -
XYZ 37.62 32.2 74.75 -
YUV 156.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 160 142 224 0.29 0.37 0 0.12 253.17 0.57 0.72
Hex A0 8E E0 1D 25 0 C FD 39 48
Octal 240 216 340 35 45 0 14 375 71 110
Binary 10100000 10001110 11100000 11101 100101 0 1100 11111101 111001 1001000

Color Harmonies of #A08EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EE0

Black with #A08EE0

Text Example


Text Example

White with #A08EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EE0; }

 p { color: rgb(160,142,224); }

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

background-color css

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

 a { background-color: rgb(160,142,224); }

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

border-color css

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

 span { border-color: rgb(160,142,224); }

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