Html Css Color HEX #A696DA Biloba Flower

📋 copy color: '#A696DA'

red 166 ◦ green 150 ◦ blue 218

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

Shades of Biloba Flower #A696DA

Tints of Biloba Flower #A696DA

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 31.09%
G = 28.09%
B = 40.82%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A696DA (or 0xA696DA) is known color: Biloba Flower. HEX triplet: A6, 96 and DA. RGB value is (166,150,218). Sum of RGB (Red+Green+Blue) = 166+150+218=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A696DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696DA is #596925. Grayscale: #A2A2A2. Windows color (decimal): -5859622 or 14325414. OLE color: 14325414.

HSL color Cylindrical-coordinate representation of color #A696DA: hue angle of 254.12º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A696DA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 150 218 -
CMYK 0.24 0.31 0 0.15
HSL 254.12º 0.48% 0.72% -
HSV(B) 254.12º 0.31% 0.85% -
XYZ 39.29 34.98 71.01 -
YUV 162.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 166 150 218 0.24 0.31 0 0.15 254.12 0.48 0.72
Hex A6 96 DA 18 1F 0 F FE 30 48
Octal 246 226 332 30 37 0 17 376 60 110
Binary 10100110 10010110 11011010 11000 11111 0 1111 11111110 110000 1001000

Color Harmonies of #A696DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696DA

Black with #A696DA

Text Example


Text Example

White with #A696DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696DA; }

 p { color: rgb(166,150,218); }

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

background-color css

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

 a { background-color: rgb(166,150,218); }

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

border-color css

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

 span { border-color: rgb(166,150,218); }

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