Html Css Color HEX #A69FF1 Wistful

📋 copy color: '#A69FF1'

red 166 ◦ green 159 ◦ blue 241

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

Shades of Wistful #A69FF1

Tints of Wistful #A69FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 29.33%
G = 28.09%
B = 42.58%

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

#A69FF1 (or 0xA69FF1) is known color: Wistful. HEX triplet: A6, 9F and F1. RGB value is (166,159,241). Sum of RGB (Red+Green+Blue) = 166+159+241=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FF1 is #59600E. Grayscale: #AAAAAA. Windows color (decimal): -5857295 or 15835046. OLE color: 15835046.

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

Color convert

RGB 166 159 241 -
CMYK 0.31 0.34 0 0.05
HSL 245.12º 0.75% 0.78% -
HSV(B) 245.12º 0.34% 0.95% -
XYZ 44 39.25 88.48 -
YUV 170.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 166 159 241 0.31 0.34 0 0.05 245.12 0.75 0.78
Hex A6 9F F1 1F 22 0 5 F5 4B 4E
Octal 246 237 361 37 42 0 5 365 113 116
Binary 10100110 10011111 11110001 11111 100010 0 101 11110101 1001011 1001110

Color Harmonies of #A69FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FF1

Black with #A69FF1

Text Example


Text Example

White with #A69FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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