Html Css Color HEX #A08FDA Biloba Flower

📋 copy color: '#A08FDA'

red 160 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #A08FDA

Tints of Biloba Flower #A08FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

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

R = 30.71%
G = 27.45%
B = 41.84%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08FDA (or 0xA08FDA) is known color: Biloba Flower. HEX triplet: A0, 8F and DA. RGB value is (160,143,218). Sum of RGB (Red+Green+Blue) = 160+143+218=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FDA is #5F7025. Grayscale: #9C9C9C. Windows color (decimal): -6254630 or 14323616. OLE color: 14323616.

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

Color convert

RGB 160 143 218 -
CMYK 0.27 0.34 0 0.15
HSL 253.6º 0.5% 0.71% -
HSV(B) 253.6º 0.34% 0.85% -
XYZ 36.97 32.18 70.59 -
YUV 156.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 160 143 218 0.27 0.34 0 0.15 253.6 0.5 0.71
Hex A0 8F DA 1B 22 0 F FE 32 47
Octal 240 217 332 33 42 0 17 376 62 107
Binary 10100000 10001111 11011010 11011 100010 0 1111 11111110 110010 1000111

Color Harmonies of #A08FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FDA

Black with #A08FDA

Text Example


Text Example

White with #A08FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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