Html Css Color HEX #A996ED Biloba Flower

📋 copy color: '#A996ED'

red 169 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #A996ED

Tints of Biloba Flower #A996ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.98%

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

R = 30.4%
G = 26.98%
B = 42.63%

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

#A996ED (or 0xA996ED) is known color: Biloba Flower. HEX triplet: A9, 96 and ED. RGB value is (169,150,237). Sum of RGB (Red+Green+Blue) = 169+150+237=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A996ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A996ED is #566912. Grayscale: #A5A5A5. Windows color (decimal): -5662995 or 15570601. OLE color: 15570601.

HSL color Cylindrical-coordinate representation of color #A996ED: hue angle of 253.1º 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 #A996ED is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 150 237 -
CMYK 0.29 0.37 0 0.07
HSL 253.1º 0.71% 0.76% -
HSV(B) 253.1º 0.37% 0.93% -
XYZ 42.55 36.36 84.9 -
YUV 165.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 169 150 237 0.29 0.37 0 0.07 253.1 0.71 0.76
Hex A9 96 ED 1D 25 0 7 FD 47 4C
Octal 251 226 355 35 45 0 7 375 107 114
Binary 10101001 10010110 11101101 11101 100101 0 111 11111101 1000111 1001100

Color Harmonies of #A996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996ED

Black with #A996ED

Text Example


Text Example

White with #A996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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