Html Css Color HEX #A29ACD Wistful

📋 copy color: '#A29ACD'

red 162 ◦ green 154 ◦ blue 205

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

Shades of Wistful #A29ACD

Tints of Wistful #A29ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 31.09%
G = 29.56%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A29ACD (or 0xA29ACD) is known color: Wistful. HEX triplet: A2, 9A and CD. RGB value is (162,154,205). Sum of RGB (Red+Green+Blue) = 162+154+205=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACD is #5D6532. Grayscale: #A2A2A2. Windows color (decimal): -6120755 or 13474466. OLE color: 13474466.

HSL color Cylindrical-coordinate representation of color #A29ACD: hue angle of 249.41º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29ACD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 154 205 -
CMYK 0.21 0.25 0 0.20
HSL 249.41º 0.34% 0.7% -
HSV(B) 249.41º 0.25% 0.8% -
XYZ 37.48 35.2 62.58 -
YUV 162.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 162 154 205 0.21 0.25 0 0.20 249.41 0.34 0.7
Hex A2 9A CD 15 19 0 14 F9 22 46
Octal 242 232 315 25 31 0 24 371 42 106
Binary 10100010 10011010 11001101 10101 11001 0 10100 11111001 100010 1000110

Color Harmonies of #A29ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29ACD

Black with #A29ACD

Text Example


Text Example

White with #A29ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29ACD; }

 p { color: rgb(162,154,205); }

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

background-color css

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

 a { background-color: rgb(162,154,205); }

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

border-color css

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

 span { border-color: rgb(162,154,205); }

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