Html Css Color HEX #A69CDA Wistful

📋 copy color: '#A69CDA'

red 166 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A69CDA

Tints of Wistful #A69CDA

RGB

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

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

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

R = 30.74%
G = 28.89%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A69CDA (or 0xA69CDA) is known color: Wistful. HEX triplet: A6, 9C and DA. RGB value is (166,156,218). Sum of RGB (Red+Green+Blue) = 166+156+218=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A69CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CDA is #596325. Grayscale: #A5A5A5. Windows color (decimal): -5858086 or 14326950. OLE color: 14326950.

HSL color Cylindrical-coordinate representation of color #A69CDA: hue angle of 249.68º 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 #A69CDA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 156 218 -
CMYK 0.24 0.28 0 0.15
HSL 249.68º 0.46% 0.73% -
HSV(B) 249.68º 0.28% 0.85% -
XYZ 40.27 36.95 71.34 -
YUV 166.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 166 156 218 0.24 0.28 0 0.15 249.68 0.46 0.73
Hex A6 9C DA 18 1C 0 F FA 2E 49
Octal 246 234 332 30 34 0 17 372 56 111
Binary 10100110 10011100 11011010 11000 11100 0 1111 11111010 101110 1001001

Color Harmonies of #A69CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CDA

Black with #A69CDA

Text Example


Text Example

White with #A69CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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