Html Css Color HEX #A299ED Wistful

📋 copy color: '#A299ED'

red 162 ◦ green 153 ◦ blue 237

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

Shades of Wistful #A299ED

Tints of Wistful #A299ED

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.72%

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

R = 29.35%
G = 27.72%
B = 42.93%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A299ED (or 0xA299ED) is known color: Wistful. HEX triplet: A2, 99 and ED. RGB value is (162,153,237). Sum of RGB (Red+Green+Blue) = 162+153+237=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A299ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299ED is #5D6612. Grayscale: #A4A4A4. Windows color (decimal): -6120979 or 15571362. OLE color: 15571362.

HSL color Cylindrical-coordinate representation of color #A299ED: hue angle of 246.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A299ED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 153 237 -
CMYK 0.32 0.35 0 0.07
HSL 246.43º 0.7% 0.76% -
HSV(B) 246.43º 0.35% 0.93% -
XYZ 41.58 36.58 84.99 -
YUV 165.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 162 153 237 0.32 0.35 0 0.07 246.43 0.7 0.76
Hex A2 99 ED 20 23 0 7 F6 46 4C
Octal 242 231 355 40 43 0 7 366 106 114
Binary 10100010 10011001 11101101 100000 100011 0 111 11110110 1000110 1001100

Color Harmonies of #A299ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299ED

Black with #A299ED

Text Example


Text Example

White with #A299ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299ED; }

 p { color: rgb(162,153,237); }

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

background-color css

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

 a { background-color: rgb(162,153,237); }

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

border-color css

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

 span { border-color: rgb(162,153,237); }

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