Html Css Color HEX #A995DD Biloba Flower

📋 copy color: '#A995DD'

red 169 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #A995DD

Tints of Biloba Flower #A995DD

RGB

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

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

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

R = 31.35%
G = 27.64%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A995DD (or 0xA995DD) is known color: Biloba Flower. HEX triplet: A9, 95 and DD. RGB value is (169,149,221). Sum of RGB (Red+Green+Blue) = 169+149+221=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A995DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DD is #566A22. Grayscale: #A2A2A2. Windows color (decimal): -5663267 or 14521769. OLE color: 14521769.

HSL color Cylindrical-coordinate representation of color #A995DD: hue angle of 256.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A995DD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 149 221 -
CMYK 0.24 0.33 0 0.13
HSL 256.67º 0.51% 0.73% -
HSV(B) 256.67º 0.33% 0.87% -
XYZ 40.16 35.15 73.07 -
YUV 163.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 169 149 221 0.24 0.33 0 0.13 256.67 0.51 0.73
Hex A9 95 DD 18 21 0 D 101 33 49
Octal 251 225 335 30 41 0 15 401 63 111
Binary 10101001 10010101 11011101 11000 100001 0 1101 100000001 110011 1001001

Color Harmonies of #A995DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995DD

Black with #A995DD

Text Example


Text Example

White with #A995DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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