Html Css Color HEX #A69DDC Wistful

📋 copy color: '#A69DDC'

red 166 ◦ green 157 ◦ blue 220

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

Shades of Wistful #A69DDC

Tints of Wistful #A69DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 30.57%
G = 28.91%
B = 40.52%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A69DDC (or 0xA69DDC) is known color: Wistful. HEX triplet: A6, 9D and DC. RGB value is (166,157,220). Sum of RGB (Red+Green+Blue) = 166+157+220=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDC is #596223. Grayscale: #A6A6A6. Windows color (decimal): -5857828 or 14458278. OLE color: 14458278.

HSL color Cylindrical-coordinate representation of color #A69DDC: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69DDC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 157 220 -
CMYK 0.25 0.29 0 0.14
HSL 248.57º 0.47% 0.74% -
HSV(B) 248.57º 0.29% 0.86% -
XYZ 40.7 37.39 72.78 -
YUV 166.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 166 157 220 0.25 0.29 0 0.14 248.57 0.47 0.74
Hex A6 9D DC 19 1D 0 E F9 2F 4A
Octal 246 235 334 31 35 0 16 371 57 112
Binary 10100110 10011101 11011100 11001 11101 0 1110 11111001 101111 1001010

Color Harmonies of #A69DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DDC

Black with #A69DDC

Text Example


Text Example

White with #A69DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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