Html Css Color HEX #A08DE1 Biloba Flower

📋 copy color: '#A08DE1'

red 160 ◦ green 141 ◦ blue 225

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

Shades of Biloba Flower #A08DE1

Tints of Biloba Flower #A08DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 30.42%
G = 26.81%
B = 42.78%

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

#A08DE1 (or 0xA08DE1) is known color: Biloba Flower. HEX triplet: A0, 8D and E1. RGB value is (160,141,225). Sum of RGB (Red+Green+Blue) = 160+141+225=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #A08DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DE1 is #5F721E. Grayscale: #9B9B9B. Windows color (decimal): -6255135 or 14781856. OLE color: 14781856.

HSL color Cylindrical-coordinate representation of color #A08DE1: hue angle of 253.57º degrees, saturation: 0.58, 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 #A08DE1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 141 225 -
CMYK 0.29 0.37 0 0.12
HSL 253.57º 0.58% 0.72% -
HSV(B) 253.57º 0.37% 0.88% -
XYZ 37.61 31.96 75.42 -
YUV 156.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 160 141 225 0.29 0.37 0 0.12 253.57 0.58 0.72
Hex A0 8D E1 1D 25 0 C FE 3A 48
Octal 240 215 341 35 45 0 14 376 72 110
Binary 10100000 10001101 11100001 11101 100101 0 1100 11111110 111010 1001000

Color Harmonies of #A08DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DE1

Black with #A08DE1

Text Example


Text Example

White with #A08DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DE1; }

 p { color: rgb(160,141,225); }

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

background-color css

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

 a { background-color: rgb(160,141,225); }

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

border-color css

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

 span { border-color: rgb(160,141,225); }

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