Html Css Color HEX #A08ADD Biloba Flower

📋 copy color: '#A08ADD'

red 160 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A08ADD

Tints of Biloba Flower #A08ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 30.83%
G = 26.59%
B = 42.58%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08ADD (or 0xA08ADD) is known color: Biloba Flower. HEX triplet: A0, 8A and DD. RGB value is (160,138,221). Sum of RGB (Red+Green+Blue) = 160+138+221=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A08ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADD is #5F7522. Grayscale: #999999. Windows color (decimal): -6255907 or 14518944. OLE color: 14518944.

HSL color Cylindrical-coordinate representation of color #A08ADD: hue angle of 255.9º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08ADD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 138 221 -
CMYK 0.28 0.38 0 0.13
HSL 255.9º 0.55% 0.7% -
HSV(B) 255.9º 0.38% 0.87% -
XYZ 36.64 30.87 72.43 -
YUV 154.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 160 138 221 0.28 0.38 0 0.13 255.9 0.55 0.7
Hex A0 8A DD 1C 26 0 D 100 37 46
Octal 240 212 335 34 46 0 15 400 67 106
Binary 10100000 10001010 11011101 11100 100110 0 1101 100000000 110111 1000110

Color Harmonies of #A08ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ADD

Black with #A08ADD

Text Example


Text Example

White with #A08ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ADD; }

 p { color: rgb(160,138,221); }

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

background-color css

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

 a { background-color: rgb(160,138,221); }

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

border-color css

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

 span { border-color: rgb(160,138,221); }

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