Html Css Color HEX #A995DC Biloba Flower

📋 copy color: '#A995DC'

red 169 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #A995DC

Tints of Biloba Flower #A995DC

RGB

 RED value IS 169 (66.41% from 255) = 31.41%

 GREEN value IS 149 (58.59% from 255) = 27.7%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 31.41%
G = 27.7%
B = 40.89%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A995DC (or 0xA995DC) is known color: Biloba Flower. HEX triplet: A9, 95 and DC. RGB value is (169,149,220). Sum of RGB (Red+Green+Blue) = 169+149+220=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A995DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DC is #566A23. Grayscale: #A2A2A2. Windows color (decimal): -5663268 or 14456233. OLE color: 14456233.

HSL color Cylindrical-coordinate representation of color #A995DC: hue angle of 256.9º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A995DC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 149 220 -
CMYK 0.23 0.32 0 0.14
HSL 256.9º 0.5% 0.72% -
HSV(B) 256.9º 0.32% 0.86% -
XYZ 40.03 35.1 72.37 -
YUV 163.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 169 149 220 0.23 0.32 0 0.14 256.9 0.5 0.72
Hex A9 95 DC 17 20 0 E 101 32 48
Octal 251 225 334 27 40 0 16 401 62 110
Binary 10101001 10010101 11011100 10111 100000 0 1110 100000001 110010 1001000

Color Harmonies of #A995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995DC

Black with #A995DC

Text Example


Text Example

White with #A995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995DC; }

 p { color: rgb(169,149,220); }

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

background-color css

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

 a { background-color: rgb(169,149,220); }

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

border-color css

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

 span { border-color: rgb(169,149,220); }

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