Html Css Color HEX #A69BC5 Wistful

📋 copy color: '#A69BC5'

red 166 ◦ green 155 ◦ blue 197

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

Shades of Wistful #A69BC5

Tints of Wistful #A69BC5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.92%

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

R = 32.05%
G = 29.92%
B = 38.03%

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

#A69BC5 (or 0xA69BC5) is known color: Wistful. HEX triplet: A6, 9B and C5. RGB value is (166,155,197). Sum of RGB (Red+Green+Blue) = 166+155+197=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #A69BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BC5 is #59643A. Grayscale: #A2A2A2. Windows color (decimal): -5858363 or 12950438. OLE color: 12950438.

HSL color Cylindrical-coordinate representation of color #A69BC5: hue angle of 255.71º degrees, saturation: 0.27, 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 #A69BC5 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 155 197 -
CMYK 0.16 0.21 0 0.23
HSL 255.71º 0.27% 0.69% -
HSV(B) 255.71º 0.21% 0.77% -
XYZ 37.53 35.58 57.71 -
YUV 163.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 166 155 197 0.16 0.21 0 0.23 255.71 0.27 0.69
Hex A6 9B C5 10 15 0 17 100 1B 45
Octal 246 233 305 20 25 0 27 400 33 105
Binary 10100110 10011011 11000101 10000 10101 0 10111 100000000 11011 1000101

Color Harmonies of #A69BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BC5

Black with #A69BC5

Text Example


Text Example

White with #A69BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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