Html Css Color HEX #A69FF2 Wistful

📋 copy color: '#A69FF2'

red 166 ◦ green 159 ◦ blue 242

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

Shades of Wistful #A69FF2

Tints of Wistful #A69FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.04%

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 29.28%
G = 28.04%
B = 42.68%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A69FF2 (or 0xA69FF2) is known color: Wistful. HEX triplet: A6, 9F and F2. RGB value is (166,159,242). Sum of RGB (Red+Green+Blue) = 166+159+242=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #A69FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FF2 is #59600D. Grayscale: #AAAAAA. Windows color (decimal): -5857294 or 15900582. OLE color: 15900582.

HSL color Cylindrical-coordinate representation of color #A69FF2: hue angle of 245.06º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69FF2 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 159 242 -
CMYK 0.31 0.34 0 0.05
HSL 245.06º 0.76% 0.79% -
HSV(B) 245.06º 0.34% 0.95% -
XYZ 44.15 39.31 89.27 -
YUV 170.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 166 159 242 0.31 0.34 0 0.05 245.06 0.76 0.79
Hex A6 9F F2 1F 22 0 5 F5 4C 4F
Octal 246 237 362 37 42 0 5 365 114 117
Binary 10100110 10011111 11110010 11111 100010 0 101 11110101 1001100 1001111

Color Harmonies of #A69FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FF2

Black with #A69FF2

Text Example


Text Example

White with #A69FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FF2; }

 p { color: rgb(166,159,242); }

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

background-color css

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

 a { background-color: rgb(166,159,242); }

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

border-color css

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

 span { border-color: rgb(166,159,242); }

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