Html Css Color HEX #A69DCB Wistful

📋 copy color: '#A69DCB'

red 166 ◦ green 157 ◦ blue 203

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

Shades of Wistful #A69DCB

Tints of Wistful #A69DCB

RGB

 RED value IS 166 (65.23% from 255) = 31.56%

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 31.56%
G = 29.85%
B = 38.59%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A69DCB (or 0xA69DCB) is known color: Wistful. HEX triplet: A6, 9D and CB. RGB value is (166,157,203). Sum of RGB (Red+Green+Blue) = 166+157+203=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCB is #596234. Grayscale: #A4A4A4. Windows color (decimal): -5857845 or 13344166. OLE color: 13344166.

HSL color Cylindrical-coordinate representation of color #A69DCB: hue angle of 251.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69DCB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 157 203 -
CMYK 0.18 0.23 0 0.20
HSL 251.74º 0.31% 0.71% -
HSV(B) 251.74º 0.23% 0.8% -
XYZ 38.56 36.53 61.52 -
YUV 164.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 166 157 203 0.18 0.23 0 0.20 251.74 0.31 0.71
Hex A6 9D CB 12 17 0 14 FC 1F 47
Octal 246 235 313 22 27 0 24 374 37 107
Binary 10100110 10011101 11001011 10010 10111 0 10100 11111100 11111 1000111

Color Harmonies of #A69DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DCB

Black with #A69DCB

Text Example


Text Example

White with #A69DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DCB; }

 p { color: rgb(166,157,203); }

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

background-color css

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

 a { background-color: rgb(166,157,203); }

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

border-color css

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

 span { border-color: rgb(166,157,203); }

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