Html Css Color HEX #A08AD6 Biloba Flower

📋 copy color: '#A08AD6'

red 160 ◦ green 138 ◦ blue 214

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

Shades of Biloba Flower #A08AD6

Tints of Biloba Flower #A08AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 31.25%
G = 26.95%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A08AD6 (or 0xA08AD6) is known color: Biloba Flower. HEX triplet: A0, 8A and D6. RGB value is (160,138,214). Sum of RGB (Red+Green+Blue) = 160+138+214=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #A08AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD6 is #5F7529. Grayscale: #989898. Windows color (decimal): -6255914 or 14060192. OLE color: 14060192.

HSL color Cylindrical-coordinate representation of color #A08AD6: hue angle of 257.37º degrees, saturation: 0.48, 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 #A08AD6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 138 214 -
CMYK 0.25 0.36 0 0.16
HSL 257.37º 0.48% 0.69% -
HSV(B) 257.37º 0.36% 0.84% -
XYZ 35.72 30.51 67.62 -
YUV 153.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 160 138 214 0.25 0.36 0 0.16 257.37 0.48 0.69
Hex A0 8A D6 19 24 0 10 101 30 45
Octal 240 212 326 31 44 0 20 401 60 105
Binary 10100000 10001010 11010110 11001 100100 0 10000 100000001 110000 1000101

Color Harmonies of #A08AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AD6

Black with #A08AD6

Text Example


Text Example

White with #A08AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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