Html Css Color HEX #A69BCE Wistful

📋 copy color: '#A69BCE'

red 166 ◦ green 155 ◦ blue 206

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

Shades of Wistful #A69BCE

Tints of Wistful #A69BCE

RGB

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

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

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

R = 31.5%
G = 29.41%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A69BCE (or 0xA69BCE) is known color: Wistful. HEX triplet: A6, 9B and CE. RGB value is (166,155,206). Sum of RGB (Red+Green+Blue) = 166+155+206=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BCE is #596431. Grayscale: #A3A3A3. Windows color (decimal): -5858354 or 13540262. OLE color: 13540262.

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

Color convert

RGB 166 155 206 -
CMYK 0.19 0.25 0 0.19
HSL 252.94º 0.34% 0.71% -
HSV(B) 252.94º 0.25% 0.81% -
XYZ 38.59 36.01 63.31 -
YUV 164.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 166 155 206 0.19 0.25 0 0.19 252.94 0.34 0.71
Hex A6 9B CE 13 19 0 13 FD 22 47
Octal 246 233 316 23 31 0 23 375 42 107
Binary 10100110 10011011 11001110 10011 11001 0 10011 11111101 100010 1000111

Color Harmonies of #A69BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BCE

Black with #A69BCE

Text Example


Text Example

White with #A69BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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