Html Css Color HEX #A293D7 Wistful

📋 copy color: '#A293D7'

red 162 ◦ green 147 ◦ blue 215

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

Shades of Wistful #A293D7

Tints of Wistful #A293D7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.05%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 30.92%
G = 28.05%
B = 41.03%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A293D7 (or 0xA293D7) is known color: Wistful. HEX triplet: A2, 93 and D7. RGB value is (162,147,215). Sum of RGB (Red+Green+Blue) = 162+147+215=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #A293D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293D7 is #5D6C28. Grayscale: #9E9E9E. Windows color (decimal): -6122537 or 14128034. OLE color: 14128034.

HSL color Cylindrical-coordinate representation of color #A293D7: hue angle of 253.24º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A293D7 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 147 215 -
CMYK 0.25 0.32 0 0.16
HSL 253.24º 0.46% 0.71% -
HSV(B) 253.24º 0.32% 0.84% -
XYZ 37.6 33.46 68.77 -
YUV 159.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 162 147 215 0.25 0.32 0 0.16 253.24 0.46 0.71
Hex A2 93 D7 19 20 0 10 FD 2E 47
Octal 242 223 327 31 40 0 20 375 56 107
Binary 10100010 10010011 11010111 11001 100000 0 10000 11111101 101110 1000111

Color Harmonies of #A293D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293D7

Black with #A293D7

Text Example


Text Example

White with #A293D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293D7; }

 p { color: rgb(162,147,215); }

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

background-color css

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

 a { background-color: rgb(162,147,215); }

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

border-color css

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

 span { border-color: rgb(162,147,215); }

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