Html Css Color HEX #A08BDA Biloba Flower

📋 copy color: '#A08BDA'

red 160 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A08BDA

Tints of Biloba Flower #A08BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 30.95%
G = 26.89%
B = 42.17%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08BDA (or 0xA08BDA) is known color: Biloba Flower. HEX triplet: A0, 8B and DA. RGB value is (160,139,218). Sum of RGB (Red+Green+Blue) = 160+139+218=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDA is #5F7425. Grayscale: #999999. Windows color (decimal): -6255654 or 14322592. OLE color: 14322592.

HSL color Cylindrical-coordinate representation of color #A08BDA: hue angle of 255.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08BDA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 139 218 -
CMYK 0.27 0.36 0 0.15
HSL 255.95º 0.52% 0.7% -
HSV(B) 255.95º 0.36% 0.85% -
XYZ 36.38 31 70.4 -
YUV 154.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 160 139 218 0.27 0.36 0 0.15 255.95 0.52 0.7
Hex A0 8B DA 1B 24 0 F 100 34 46
Octal 240 213 332 33 44 0 17 400 64 106
Binary 10100000 10001011 11011010 11011 100100 0 1111 100000000 110100 1000110

Color Harmonies of #A08BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BDA

Black with #A08BDA

Text Example


Text Example

White with #A08BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BDA; }

 p { color: rgb(160,139,218); }

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

background-color css

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

 a { background-color: rgb(160,139,218); }

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

border-color css

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

 span { border-color: rgb(160,139,218); }

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