Html Css Color HEX #A995CF Biloba Flower

📋 copy color: '#A995CF'

red 169 ◦ green 149 ◦ blue 207

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

Shades of Biloba Flower #A995CF

Tints of Biloba Flower #A995CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 32.19%
G = 28.38%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A995CF (or 0xA995CF) is known color: Biloba Flower. HEX triplet: A9, 95 and CF. RGB value is (169,149,207). Sum of RGB (Red+Green+Blue) = 169+149+207=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A995CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995CF is #566A30. Grayscale: #A1A1A1. Windows color (decimal): -5663281 or 13604265. OLE color: 13604265.

HSL color Cylindrical-coordinate representation of color #A995CF: hue angle of 260.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A995CF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 149 207 -
CMYK 0.18 0.28 0 0.19
HSL 260.69º 0.38% 0.7% -
HSV(B) 260.69º 0.28% 0.81% -
XYZ 38.37 34.43 63.66 -
YUV 161.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 169 149 207 0.18 0.28 0 0.19 260.69 0.38 0.7
Hex A9 95 CF 12 1C 0 13 105 26 46
Octal 251 225 317 22 34 0 23 405 46 106
Binary 10101001 10010101 11001111 10010 11100 0 10011 100000101 100110 1000110

Color Harmonies of #A995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995CF

Black with #A995CF

Text Example


Text Example

White with #A995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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