Html Css Color HEX #A69DCE Wistful

📋 copy color: '#A69DCE'

red 166 ◦ green 157 ◦ blue 206

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

Shades of Wistful #A69DCE

Tints of Wistful #A69DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 31.38%
G = 29.68%
B = 38.94%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A69DCE (or 0xA69DCE) is known color: Wistful. HEX triplet: A6, 9D and CE. RGB value is (166,157,206). Sum of RGB (Red+Green+Blue) = 166+157+206=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DCE is #596231. Grayscale: #A5A5A5. Windows color (decimal): -5857842 or 13540774. OLE color: 13540774.

HSL color Cylindrical-coordinate representation of color #A69DCE: hue angle of 251.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69DCE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 157 206 -
CMYK 0.19 0.24 0 0.19
HSL 251.02º 0.33% 0.71% -
HSV(B) 251.02º 0.24% 0.81% -
XYZ 38.92 36.68 63.42 -
YUV 165.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 166 157 206 0.19 0.24 0 0.19 251.02 0.33 0.71
Hex A6 9D CE 13 18 0 13 FB 21 47
Octal 246 235 316 23 30 0 23 373 41 107
Binary 10100110 10011101 11001110 10011 11000 0 10011 11111011 100001 1000111

Color Harmonies of #A69DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DCE

Black with #A69DCE

Text Example


Text Example

White with #A69DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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