Html Css Color HEX #A69DF1 Wistful

📋 copy color: '#A69DF1'

red 166 ◦ green 157 ◦ blue 241

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

Shades of Wistful #A69DF1

Tints of Wistful #A69DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

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

R = 29.43%
G = 27.84%
B = 42.73%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A69DF1 (or 0xA69DF1) is known color: Wistful. HEX triplet: A6, 9D and F1. RGB value is (166,157,241). Sum of RGB (Red+Green+Blue) = 166+157+241=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DF1 is #59620E. Grayscale: #A8A8A8. Windows color (decimal): -5857807 or 15834534. OLE color: 15834534.

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

Color convert

RGB 166 157 241 -
CMYK 0.31 0.35 0 0.05
HSL 246.43º 0.75% 0.78% -
HSV(B) 246.43º 0.35% 0.95% -
XYZ 43.66 38.57 88.36 -
YUV 169.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 166 157 241 0.31 0.35 0 0.05 246.43 0.75 0.78
Hex A6 9D F1 1F 23 0 5 F6 4B 4E
Octal 246 235 361 37 43 0 5 366 113 116
Binary 10100110 10011101 11110001 11111 100011 0 101 11110110 1001011 1001110

Color Harmonies of #A69DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DF1

Black with #A69DF1

Text Example


Text Example

White with #A69DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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