Html Css Color HEX #A699F2 Wistful

📋 copy color: '#A699F2'

red 166 ◦ green 153 ◦ blue 242

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

Shades of Wistful #A699F2

Tints of Wistful #A699F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.27%

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

R = 29.59%
G = 27.27%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A699F2 (or 0xA699F2) is known color: Wistful. HEX triplet: A6, 99 and F2. RGB value is (166,153,242). Sum of RGB (Red+Green+Blue) = 166+153+242=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #A699F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699F2 is #59660D. Grayscale: #A6A6A6. Windows color (decimal): -5858830 or 15899046. OLE color: 15899046.

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

Color convert

RGB 166 153 242 -
CMYK 0.31 0.37 0 0.05
HSL 248.76º 0.77% 0.77% -
HSV(B) 248.76º 0.37% 0.95% -
XYZ 43.14 37.3 88.93 -
YUV 167.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 166 153 242 0.31 0.37 0 0.05 248.76 0.77 0.77
Hex A6 99 F2 1F 25 0 5 F9 4D 4D
Octal 246 231 362 37 45 0 5 371 115 115
Binary 10100110 10011001 11110010 11111 100101 0 101 11111001 1001101 1001101

Color Harmonies of #A699F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699F2

Black with #A699F2

Text Example


Text Example

White with #A699F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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