Html Css Color HEX #A995DE Biloba Flower

📋 copy color: '#A995DE'

red 169 ◦ green 149 ◦ blue 222

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

Shades of Biloba Flower #A995DE

Tints of Biloba Flower #A995DE

RGB

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

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

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

R = 31.3%
G = 27.59%
B = 41.11%

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

#A995DE (or 0xA995DE) is known color: Biloba Flower. HEX triplet: A9, 95 and DE. RGB value is (169,149,222). Sum of RGB (Red+Green+Blue) = 169+149+222=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #A995DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DE is #566A21. Grayscale: #A3A3A3. Windows color (decimal): -5663266 or 14587305. OLE color: 14587305.

HSL color Cylindrical-coordinate representation of color #A995DE: hue angle of 256.44º degrees, saturation: 0.53, 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 #A995DE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 149 222 -
CMYK 0.24 0.33 0 0.13
HSL 256.44º 0.53% 0.73% -
HSV(B) 256.44º 0.33% 0.87% -
XYZ 40.29 35.2 73.78 -
YUV 163.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 169 149 222 0.24 0.33 0 0.13 256.44 0.53 0.73
Hex A9 95 DE 18 21 0 D 100 35 49
Octal 251 225 336 30 41 0 15 400 65 111
Binary 10101001 10010101 11011110 11000 100001 0 1101 100000000 110101 1001001

Color Harmonies of #A995DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995DE

Black with #A995DE

Text Example


Text Example

White with #A995DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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