Html Css Color HEX #A69FE0 Wistful

📋 copy color: '#A69FE0'

red 166 ◦ green 159 ◦ blue 224

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

Shades of Wistful #A69FE0

Tints of Wistful #A69FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 30.24%
G = 28.96%
B = 40.8%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A69FE0 (or 0xA69FE0) is known color: Wistful. HEX triplet: A6, 9F and E0. RGB value is (166,159,224). Sum of RGB (Red+Green+Blue) = 166+159+224=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #A69FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FE0 is #59601F. Grayscale: #A8A8A8. Windows color (decimal): -5857312 or 14720934. OLE color: 14720934.

HSL color Cylindrical-coordinate representation of color #A69FE0: hue angle of 246.46º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69FE0 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 159 224 -
CMYK 0.26 0.29 0 0.12
HSL 246.46º 0.51% 0.75% -
HSV(B) 246.46º 0.29% 0.88% -
XYZ 41.58 38.29 75.72 -
YUV 168.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 166 159 224 0.26 0.29 0 0.12 246.46 0.51 0.75
Hex A6 9F E0 1A 1D 0 C F6 33 4B
Octal 246 237 340 32 35 0 14 366 63 113
Binary 10100110 10011111 11100000 11010 11101 0 1100 11110110 110011 1001011

Color Harmonies of #A69FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FE0

Black with #A69FE0

Text Example


Text Example

White with #A69FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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