Html Css Color HEX #A69AF1 Wistful

📋 copy color: '#A69AF1'

red 166 ◦ green 154 ◦ blue 241

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

Shades of Wistful #A69AF1

Tints of Wistful #A69AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.45%

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

R = 29.59%
G = 27.45%
B = 42.96%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A69AF1 (or 0xA69AF1) is known color: Wistful. HEX triplet: A6, 9A and F1. RGB value is (166,154,241). Sum of RGB (Red+Green+Blue) = 166+154+241=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #A69AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AF1 is #59650E. Grayscale: #A7A7A7. Windows color (decimal): -5858575 or 15833766. OLE color: 15833766.

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

Color convert

RGB 166 154 241 -
CMYK 0.31 0.36 0 0.05
HSL 248.28º 0.76% 0.77% -
HSV(B) 248.28º 0.36% 0.95% -
XYZ 43.16 37.57 88.2 -
YUV 167.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 166 154 241 0.31 0.36 0 0.05 248.28 0.76 0.77
Hex A6 9A F1 1F 24 0 5 F8 4C 4D
Octal 246 232 361 37 44 0 5 370 114 115
Binary 10100110 10011010 11110001 11111 100100 0 101 11111000 1001100 1001101

Color Harmonies of #A69AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69AF1

Black with #A69AF1

Text Example


Text Example

White with #A69AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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