Html Css Color HEX #A69CC5 Wistful

📋 copy color: '#A69CC5'

red 166 ◦ green 156 ◦ blue 197

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

Shades of Wistful #A69CC5

Tints of Wistful #A69CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 31.98%
G = 30.06%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A69CC5 (or 0xA69CC5) is known color: Wistful. HEX triplet: A6, 9C and C5. RGB value is (166,156,197). Sum of RGB (Red+Green+Blue) = 166+156+197=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #A69CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CC5 is #59633A. Grayscale: #A3A3A3. Windows color (decimal): -5858107 or 12950694. OLE color: 12950694.

HSL color Cylindrical-coordinate representation of color #A69CC5: hue angle of 254.63º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69CC5 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 156 197 -
CMYK 0.16 0.21 0 0.23
HSL 254.63º 0.26% 0.69% -
HSV(B) 254.63º 0.21% 0.77% -
XYZ 37.69 35.92 57.77 -
YUV 163.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 166 156 197 0.16 0.21 0 0.23 254.63 0.26 0.69
Hex A6 9C C5 10 15 0 17 FF 1A 45
Octal 246 234 305 20 25 0 27 377 32 105
Binary 10100110 10011100 11000101 10000 10101 0 10111 11111111 11010 1000101

Color Harmonies of #A69CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CC5

Black with #A69CC5

Text Example


Text Example

White with #A69CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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