Html Css Color HEX #A996C8 Biloba Flower

📋 copy color: '#A996C8'

red 169 ◦ green 150 ◦ blue 200

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

Shades of Biloba Flower #A996C8

Tints of Biloba Flower #A996C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 32.56%
G = 28.9%
B = 38.54%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A996C8 (or 0xA996C8) is known color: Biloba Flower. HEX triplet: A9, 96 and C8. RGB value is (169,150,200). Sum of RGB (Red+Green+Blue) = 169+150+200=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #A996C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C8 is #566937. Grayscale: #A1A1A1. Windows color (decimal): -5663032 or 13145769. OLE color: 13145769.

HSL color Cylindrical-coordinate representation of color #A996C8: hue angle of 262.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A996C8 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 150 200 -
CMYK 0.16 0.25 0 0.22
HSL 262.8º 0.31% 0.69% -
HSV(B) 262.8º 0.25% 0.78% -
XYZ 37.69 34.42 59.3 -
YUV 161.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 169 150 200 0.16 0.25 0 0.22 262.8 0.31 0.69
Hex A9 96 C8 10 19 0 16 107 1F 45
Octal 251 226 310 20 31 0 26 407 37 105
Binary 10101001 10010110 11001000 10000 11001 0 10110 100000111 11111 1000101

Color Harmonies of #A996C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996C8

Black with #A996C8

Text Example


Text Example

White with #A996C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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