Html Css Color HEX #A08ED5 Biloba Flower

📋 copy color: '#A08ED5'

red 160 ◦ green 142 ◦ blue 213

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

Shades of Biloba Flower #A08ED5

Tints of Biloba Flower #A08ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 31.07%
G = 27.57%
B = 41.36%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A08ED5 (or 0xA08ED5) is known color: Biloba Flower. HEX triplet: A0, 8E and D5. RGB value is (160,142,213). Sum of RGB (Red+Green+Blue) = 160+142+213=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #A08ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ED5 is #5F712A. Grayscale: #9B9B9B. Windows color (decimal): -6254891 or 13995680. OLE color: 13995680.

HSL color Cylindrical-coordinate representation of color #A08ED5: hue angle of 255.21º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08ED5 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 142 213 -
CMYK 0.25 0.33 0 0.16
HSL 255.21º 0.46% 0.7% -
HSV(B) 255.21º 0.33% 0.84% -
XYZ 36.18 31.62 67.15 -
YUV 155.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 160 142 213 0.25 0.33 0 0.16 255.21 0.46 0.7
Hex A0 8E D5 19 21 0 10 FF 2E 46
Octal 240 216 325 31 41 0 20 377 56 106
Binary 10100000 10001110 11010101 11001 100001 0 10000 11111111 101110 1000110

Color Harmonies of #A08ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ED5

Black with #A08ED5

Text Example


Text Example

White with #A08ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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