Html Css Color HEX #A08FD5 Biloba Flower

📋 copy color: '#A08FD5'

red 160 ◦ green 143 ◦ blue 213

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

Shades of Biloba Flower #A08FD5

Tints of Biloba Flower #A08FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 31.01%
G = 27.71%
B = 41.28%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A08FD5 (or 0xA08FD5) is known color: Biloba Flower. HEX triplet: A0, 8F and D5. RGB value is (160,143,213). Sum of RGB (Red+Green+Blue) = 160+143+213=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A08FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FD5 is #5F702A. Grayscale: #9B9B9B. Windows color (decimal): -6254635 or 13995936. OLE color: 13995936.

HSL color Cylindrical-coordinate representation of color #A08FD5: hue angle of 254.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08FD5 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 143 213 -
CMYK 0.25 0.33 0 0.16
HSL 254.57º 0.45% 0.7% -
HSV(B) 254.57º 0.33% 0.84% -
XYZ 36.33 31.92 67.2 -
YUV 156.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 160 143 213 0.25 0.33 0 0.16 254.57 0.45 0.7
Hex A0 8F D5 19 21 0 10 FF 2D 46
Octal 240 217 325 31 41 0 20 377 55 106
Binary 10100000 10001111 11010101 11001 100001 0 10000 11111111 101101 1000110

Color Harmonies of #A08FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FD5

Black with #A08FD5

Text Example


Text Example

White with #A08FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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