Html Css Color HEX #A08FDE Biloba Flower

📋 copy color: '#A08FDE'

red 160 ◦ green 143 ◦ blue 222

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

Shades of Biloba Flower #A08FDE

Tints of Biloba Flower #A08FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 30.48%
G = 27.24%
B = 42.29%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08FDE (or 0xA08FDE) is known color: Biloba Flower. HEX triplet: A0, 8F and DE. RGB value is (160,143,222). Sum of RGB (Red+Green+Blue) = 160+143+222=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #A08FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FDE is #5F7021. Grayscale: #9C9C9C. Windows color (decimal): -6254626 or 14585760. OLE color: 14585760.

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

Color convert

RGB 160 143 222 -
CMYK 0.28 0.36 0 0.13
HSL 252.91º 0.54% 0.72% -
HSV(B) 252.91º 0.36% 0.87% -
XYZ 37.5 32.39 73.38 -
YUV 157.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 160 143 222 0.28 0.36 0 0.13 252.91 0.54 0.72
Hex A0 8F DE 1C 24 0 D FD 36 48
Octal 240 217 336 34 44 0 15 375 66 110
Binary 10100000 10001111 11011110 11100 100100 0 1101 11111101 110110 1001000

Color Harmonies of #A08FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FDE

Black with #A08FDE

Text Example


Text Example

White with #A08FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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