Html Css Color HEX #A08EEE Biloba Flower

📋 copy color: '#A08EEE'

red 160 ◦ green 142 ◦ blue 238

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

Shades of Biloba Flower #A08EEE

Tints of Biloba Flower #A08EEE

RGB

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

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

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

R = 29.63%
G = 26.3%
B = 44.07%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A08EEE (or 0xA08EEE) is known color: Biloba Flower. HEX triplet: A0, 8E and EE. RGB value is (160,142,238). Sum of RGB (Red+Green+Blue) = 160+142+238=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EEE is #5F7111. Grayscale: #9D9D9D. Windows color (decimal): -6254866 or 15634080. OLE color: 15634080.

HSL color Cylindrical-coordinate representation of color #A08EEE: hue angle of 251.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08EEE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 142 238 -
CMYK 0.33 0.40 0 0.07
HSL 251.25º 0.74% 0.75% -
HSV(B) 251.25º 0.4% 0.93% -
XYZ 39.6 32.99 85.17 -
YUV 158.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 160 142 238 0.33 0.40 0 0.07 251.25 0.74 0.75
Hex A0 8E EE 21 28 0 7 FB 4A 4B
Octal 240 216 356 41 50 0 7 373 112 113
Binary 10100000 10001110 11101110 100001 101000 0 111 11111011 1001010 1001011

Color Harmonies of #A08EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EEE

Black with #A08EEE

Text Example


Text Example

White with #A08EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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