Html Css Color HEX #A29EDC Wistful

📋 copy color: '#A29EDC'

red 162 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A29EDC

Tints of Wistful #A29EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.26%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 30%
G = 29.26%
B = 40.74%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A29EDC (or 0xA29EDC) is known color: Wistful. HEX triplet: A2, 9E and DC. RGB value is (162,158,220). Sum of RGB (Red+Green+Blue) = 162+158+220=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDC is #5D6123. Grayscale: #A6A6A6. Windows color (decimal): -6119716 or 14458530. OLE color: 14458530.

HSL color Cylindrical-coordinate representation of color #A29EDC: hue angle of 243.87º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29EDC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 158 220 -
CMYK 0.26 0.28 0 0.14
HSL 243.87º 0.47% 0.74% -
HSV(B) 243.87º 0.28% 0.86% -
XYZ 40.05 37.3 72.8 -
YUV 166.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 162 158 220 0.26 0.28 0 0.14 243.87 0.47 0.74
Hex A2 9E DC 1A 1C 0 E F4 2F 4A
Octal 242 236 334 32 34 0 16 364 57 112
Binary 10100010 10011110 11011100 11010 11100 0 1110 11110100 101111 1001010

Color Harmonies of #A29EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EDC

Black with #A29EDC

Text Example


Text Example

White with #A29EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EDC; }

 p { color: rgb(162,158,220); }

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

background-color css

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

 a { background-color: rgb(162,158,220); }

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

border-color css

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

 span { border-color: rgb(162,158,220); }

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