Html Css Color HEX #A08EDA Biloba Flower

📋 copy color: '#A08EDA'

red 160 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A08EDA

Tints of Biloba Flower #A08EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 30.77%
G = 27.31%
B = 41.92%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08EDA (or 0xA08EDA) is known color: Biloba Flower. HEX triplet: A0, 8E and DA. RGB value is (160,142,218). Sum of RGB (Red+Green+Blue) = 160+142+218=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDA is #5F7125. Grayscale: #9B9B9B. Windows color (decimal): -6254886 or 14323360. OLE color: 14323360.

HSL color Cylindrical-coordinate representation of color #A08EDA: hue angle of 254.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08EDA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 142 218 -
CMYK 0.27 0.35 0 0.15
HSL 254.21º 0.51% 0.71% -
HSV(B) 254.21º 0.35% 0.85% -
XYZ 36.83 31.88 70.54 -
YUV 156.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 160 142 218 0.27 0.35 0 0.15 254.21 0.51 0.71
Hex A0 8E DA 1B 23 0 F FE 33 47
Octal 240 216 332 33 43 0 17 376 63 107
Binary 10100000 10001110 11011010 11011 100011 0 1111 11111110 110011 1000111

Color Harmonies of #A08EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EDA

Black with #A08EDA

Text Example


Text Example

White with #A08EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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