Html Css Color HEX #A29CDA Wistful

📋 copy color: '#A29CDA'

red 162 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A29CDA

Tints of Wistful #A29CDA

RGB

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

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

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

R = 30.22%
G = 29.1%
B = 40.67%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A29CDA (or 0xA29CDA) is known color: Wistful. HEX triplet: A2, 9C and DA. RGB value is (162,156,218). Sum of RGB (Red+Green+Blue) = 162+156+218=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A29CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDA is #5D6325. Grayscale: #A4A4A4. Windows color (decimal): -6120230 or 14326946. OLE color: 14326946.

HSL color Cylindrical-coordinate representation of color #A29CDA: hue angle of 245.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29CDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 156 218 -
CMYK 0.26 0.28 0 0.15
HSL 245.81º 0.46% 0.73% -
HSV(B) 245.81º 0.28% 0.85% -
XYZ 39.44 36.52 71.3 -
YUV 164.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 162 156 218 0.26 0.28 0 0.15 245.81 0.46 0.73
Hex A2 9C DA 1A 1C 0 F F6 2E 49
Octal 242 234 332 32 34 0 17 366 56 111
Binary 10100010 10011100 11011010 11010 11100 0 1111 11110110 101110 1001001

Color Harmonies of #A29CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29CDA

Black with #A29CDA

Text Example


Text Example

White with #A29CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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