Html Css Color HEX #A69FEB Wistful

📋 copy color: '#A69FEB'

red 166 ◦ green 159 ◦ blue 235

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

Shades of Wistful #A69FEB

Tints of Wistful #A69FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 29.64%
G = 28.39%
B = 41.96%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A69FEB (or 0xA69FEB) is known color: Wistful. HEX triplet: A6, 9F and EB. RGB value is (166,159,235). Sum of RGB (Red+Green+Blue) = 166+159+235=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #A69FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEB is #596014. Grayscale: #A9A9A9. Windows color (decimal): -5857301 or 15441830. OLE color: 15441830.

HSL color Cylindrical-coordinate representation of color #A69FEB: hue angle of 245.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69FEB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 159 235 -
CMYK 0.29 0.32 0 0.08
HSL 245.53º 0.66% 0.77% -
HSV(B) 245.53º 0.32% 0.92% -
XYZ 43.12 38.9 83.83 -
YUV 169.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 166 159 235 0.29 0.32 0 0.08 245.53 0.66 0.77
Hex A6 9F EB 1D 20 0 8 F6 42 4D
Octal 246 237 353 35 40 0 10 366 102 115
Binary 10100110 10011111 11101011 11101 100000 0 1000 11110110 1000010 1001101

Color Harmonies of #A69FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FEB

Black with #A69FEB

Text Example


Text Example

White with #A69FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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