Html Css Color HEX #A995ED Biloba Flower

📋 copy color: '#A995ED'

red 169 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #A995ED

Tints of Biloba Flower #A995ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 30.45%
G = 26.85%
B = 42.7%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A995ED (or 0xA995ED) is known color: Biloba Flower. HEX triplet: A9, 95 and ED. RGB value is (169,149,237). Sum of RGB (Red+Green+Blue) = 169+149+237=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A995ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995ED is #566A12. Grayscale: #A4A4A4. Windows color (decimal): -5663251 or 15570345. OLE color: 15570345.

HSL color Cylindrical-coordinate representation of color #A995ED: hue angle of 253.64º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A995ED is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 149 237 -
CMYK 0.29 0.37 0 0.07
HSL 253.64º 0.71% 0.76% -
HSV(B) 253.64º 0.37% 0.93% -
XYZ 42.4 36.04 84.84 -
YUV 165.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 169 149 237 0.29 0.37 0 0.07 253.64 0.71 0.76
Hex A9 95 ED 1D 25 0 7 FE 47 4C
Octal 251 225 355 35 45 0 7 376 107 114
Binary 10101001 10010101 11101101 11101 100101 0 111 11111110 1000111 1001100

Color Harmonies of #A995ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995ED

Black with #A995ED

Text Example


Text Example

White with #A995ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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