Html Css Color HEX #A296DA Wistful

📋 copy color: '#A296DA'

red 162 ◦ green 150 ◦ blue 218

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

Shades of Wistful #A296DA

Tints of Wistful #A296DA

RGB

 RED value IS 162 (63.67% from 255) = 30.57%

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

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

R = 30.57%
G = 28.3%
B = 41.13%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A296DA (or 0xA296DA) is known color: Wistful. HEX triplet: A2, 96 and DA. RGB value is (162,150,218). Sum of RGB (Red+Green+Blue) = 162+150+218=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A296DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296DA is #5D6925. Grayscale: #A1A1A1. Windows color (decimal): -6121766 or 14325410. OLE color: 14325410.

HSL color Cylindrical-coordinate representation of color #A296DA: hue angle of 250.59º 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 #A296DA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 150 218 -
CMYK 0.26 0.31 0 0.15
HSL 250.59º 0.48% 0.72% -
HSV(B) 250.59º 0.31% 0.85% -
XYZ 38.46 34.56 70.97 -
YUV 161.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 162 150 218 0.26 0.31 0 0.15 250.59 0.48 0.72
Hex A2 96 DA 1A 1F 0 F FB 30 48
Octal 242 226 332 32 37 0 17 373 60 110
Binary 10100010 10010110 11011010 11010 11111 0 1111 11111011 110000 1001000

Color Harmonies of #A296DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296DA

Black with #A296DA

Text Example


Text Example

White with #A296DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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