Html Css Color HEX #A08FDD Biloba Flower

📋 copy color: '#A08FDD'

red 160 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A08FDD

Tints of Biloba Flower #A08FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 30.53%
G = 27.29%
B = 42.18%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08FDD (or 0xA08FDD) is known color: Biloba Flower. HEX triplet: A0, 8F and DD. RGB value is (160,143,221). Sum of RGB (Red+Green+Blue) = 160+143+221=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A08FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FDD is #5F7022. Grayscale: #9C9C9C. Windows color (decimal): -6254627 or 14520224. OLE color: 14520224.

HSL color Cylindrical-coordinate representation of color #A08FDD: hue angle of 253.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08FDD is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 143 221 -
CMYK 0.28 0.35 0 0.13
HSL 253.08º 0.53% 0.71% -
HSV(B) 253.08º 0.35% 0.87% -
XYZ 37.37 32.34 72.68 -
YUV 156.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 160 143 221 0.28 0.35 0 0.13 253.08 0.53 0.71
Hex A0 8F DD 1C 23 0 D FD 35 47
Octal 240 217 335 34 43 0 15 375 65 107
Binary 10100000 10001111 11011101 11100 100011 0 1101 11111101 110101 1000111

Color Harmonies of #A08FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FDD

Black with #A08FDD

Text Example


Text Example

White with #A08FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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