Html Css Color HEX #A08AD7 Biloba Flower

📋 copy color: '#A08AD7'

red 160 ◦ green 138 ◦ blue 215

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

Shades of Biloba Flower #A08AD7

Tints of Biloba Flower #A08AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 31.19%
G = 26.9%
B = 41.91%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A08AD7 (or 0xA08AD7) is known color: Biloba Flower. HEX triplet: A0, 8A and D7. RGB value is (160,138,215). Sum of RGB (Red+Green+Blue) = 160+138+215=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #A08AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD7 is #5F7528. Grayscale: #999999. Windows color (decimal): -6255913 or 14125728. OLE color: 14125728.

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

Color convert

RGB 160 138 215 -
CMYK 0.26 0.36 0 0.16
HSL 257.14º 0.49% 0.69% -
HSV(B) 257.14º 0.36% 0.84% -
XYZ 35.85 30.56 68.3 -
YUV 153.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 160 138 215 0.26 0.36 0 0.16 257.14 0.49 0.69
Hex A0 8A D7 1A 24 0 10 101 31 45
Octal 240 212 327 32 44 0 20 401 61 105
Binary 10100000 10001010 11010111 11010 100100 0 10000 100000001 110001 1000101

Color Harmonies of #A08AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AD7

Black with #A08AD7

Text Example


Text Example

White with #A08AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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