Html Css Color HEX #A995CA Biloba Flower

📋 copy color: '#A995CA'

red 169 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #A995CA

Tints of Biloba Flower #A995CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 32.5%
G = 28.65%
B = 38.85%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A995CA (or 0xA995CA) is known color: Biloba Flower. HEX triplet: A9, 95 and CA. RGB value is (169,149,202). Sum of RGB (Red+Green+Blue) = 169+149+202=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A995CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995CA is #566A35. Grayscale: #A0A0A0. Windows color (decimal): -5663286 or 13276585. OLE color: 13276585.

HSL color Cylindrical-coordinate representation of color #A995CA: hue angle of 262.64º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A995CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 149 202 -
CMYK 0.16 0.26 0 0.21
HSL 262.64º 0.33% 0.69% -
HSV(B) 262.64º 0.26% 0.79% -
XYZ 37.77 34.19 60.49 -
YUV 161.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 169 149 202 0.16 0.26 0 0.21 262.64 0.33 0.69
Hex A9 95 CA 10 1A 0 15 107 21 45
Octal 251 225 312 20 32 0 25 407 41 105
Binary 10101001 10010101 11001010 10000 11010 0 10101 100000111 100001 1000101

Color Harmonies of #A995CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995CA

Black with #A995CA

Text Example


Text Example

White with #A995CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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