Html Css Color HEX #A08EEF Biloba Flower

📋 copy color: '#A08EEF'

red 160 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #A08EEF

Tints of Biloba Flower #A08EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 29.57%
G = 26.25%
B = 44.18%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A08EEF (or 0xA08EEF) is known color: Biloba Flower. HEX triplet: A0, 8E and EF. RGB value is (160,142,239). Sum of RGB (Red+Green+Blue) = 160+142+239=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #A08EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EEF is #5F7110. Grayscale: #9E9E9E. Windows color (decimal): -6254865 or 15699616. OLE color: 15699616.

HSL color Cylindrical-coordinate representation of color #A08EEF: hue angle of 251.13º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A08EEF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 142 239 -
CMYK 0.33 0.41 0 0.06
HSL 251.13º 0.75% 0.75% -
HSV(B) 251.13º 0.41% 0.94% -
XYZ 39.75 33.05 85.95 -
YUV 158.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 160 142 239 0.33 0.41 0 0.06 251.13 0.75 0.75
Hex A0 8E EF 21 29 0 6 FB 4B 4B
Octal 240 216 357 41 51 0 6 373 113 113
Binary 10100000 10001110 11101111 100001 101001 0 110 11111011 1001011 1001011

Color Harmonies of #A08EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EEF

Black with #A08EEF

Text Example


Text Example

White with #A08EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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