Html Css Color HEX #A08ADC Biloba Flower

📋 copy color: '#A08ADC'

red 160 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A08ADC

Tints of Biloba Flower #A08ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 30.89%
G = 26.64%
B = 42.47%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08ADC (or 0xA08ADC) is known color: Biloba Flower. HEX triplet: A0, 8A and DC. RGB value is (160,138,220). Sum of RGB (Red+Green+Blue) = 160+138+220=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A08ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADC is #5F7523. Grayscale: #999999. Windows color (decimal): -6255908 or 14453408. OLE color: 14453408.

HSL color Cylindrical-coordinate representation of color #A08ADC: hue angle of 256.1º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08ADC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 138 220 -
CMYK 0.27 0.37 0 0.14
HSL 256.1º 0.54% 0.7% -
HSV(B) 256.1º 0.37% 0.86% -
XYZ 36.5 30.82 71.73 -
YUV 153.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 160 138 220 0.27 0.37 0 0.14 256.1 0.54 0.7
Hex A0 8A DC 1B 25 0 E 100 36 46
Octal 240 212 334 33 45 0 16 400 66 106
Binary 10100000 10001010 11011100 11011 100101 0 1110 100000000 110110 1000110

Color Harmonies of #A08ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ADC

Black with #A08ADC

Text Example


Text Example

White with #A08ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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