Html Css Color HEX #A29CDD Wistful

📋 copy color: '#A29CDD'

red 162 ◦ green 156 ◦ blue 221

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

Shades of Wistful #A29CDD

Tints of Wistful #A29CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 30.06%
G = 28.94%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A29CDD (or 0xA29CDD) is known color: Wistful. HEX triplet: A2, 9C and DD. RGB value is (162,156,221). Sum of RGB (Red+Green+Blue) = 162+156+221=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDD is #5D6322. Grayscale: #A4A4A4. Windows color (decimal): -6120227 or 14523554. OLE color: 14523554.

HSL color Cylindrical-coordinate representation of color #A29CDD: hue angle of 245.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29CDD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 156 221 -
CMYK 0.27 0.29 0 0.13
HSL 245.54º 0.49% 0.74% -
HSV(B) 245.54º 0.29% 0.87% -
XYZ 39.84 36.68 73.39 -
YUV 165.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 162 156 221 0.27 0.29 0 0.13 245.54 0.49 0.74
Hex A2 9C DD 1B 1D 0 D F6 31 4A
Octal 242 234 335 33 35 0 15 366 61 112
Binary 10100010 10011100 11011101 11011 11101 0 1101 11110110 110001 1001010

Color Harmonies of #A29CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29CDD

Black with #A29CDD

Text Example


Text Example

White with #A29CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29CDD; }

 p { color: rgb(162,156,221); }

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

background-color css

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

 a { background-color: rgb(162,156,221); }

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

border-color css

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

 span { border-color: rgb(162,156,221); }

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