Html Css Color HEX #A08AD5 Biloba Flower

📋 copy color: '#A08AD5'

red 160 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #A08AD5

Tints of Biloba Flower #A08AD5

RGB

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

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

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

R = 31.31%
G = 27.01%
B = 41.68%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A08AD5 (or 0xA08AD5) is known color: Biloba Flower. HEX triplet: A0, 8A and D5. RGB value is (160,138,213). Sum of RGB (Red+Green+Blue) = 160+138+213=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #A08AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD5 is #5F752A. Grayscale: #989898. Windows color (decimal): -6255915 or 13994656. OLE color: 13994656.

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

Color convert

RGB 160 138 213 -
CMYK 0.25 0.35 0 0.16
HSL 257.6º 0.47% 0.69% -
HSV(B) 257.6º 0.35% 0.84% -
XYZ 35.6 30.45 66.95 -
YUV 153.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 160 138 213 0.25 0.35 0 0.16 257.6 0.47 0.69
Hex A0 8A D5 19 23 0 10 102 2F 45
Octal 240 212 325 31 43 0 20 402 57 105
Binary 10100000 10001010 11010101 11001 100011 0 10000 100000010 101111 1000101

Color Harmonies of #A08AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AD5

Black with #A08AD5

Text Example


Text Example

White with #A08AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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