Html Css Color HEX #A69ADF Wistful

📋 copy color: '#A69ADF'

red 166 ◦ green 154 ◦ blue 223

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

Shades of Wistful #A69ADF

Tints of Wistful #A69ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 30.57%
G = 28.36%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A69ADF (or 0xA69ADF) is known color: Wistful. HEX triplet: A6, 9A and DF. RGB value is (166,154,223). Sum of RGB (Red+Green+Blue) = 166+154+223=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #A69ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ADF is #596520. Grayscale: #A5A5A5. Windows color (decimal): -5858593 or 14654118. OLE color: 14654118.

HSL color Cylindrical-coordinate representation of color #A69ADF: hue angle of 250.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69ADF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 154 223 -
CMYK 0.26 0.31 0 0.13
HSL 250.43º 0.52% 0.74% -
HSV(B) 250.43º 0.31% 0.87% -
XYZ 40.6 36.55 74.73 -
YUV 165.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 166 154 223 0.26 0.31 0 0.13 250.43 0.52 0.74
Hex A6 9A DF 1A 1F 0 D FA 34 4A
Octal 246 232 337 32 37 0 15 372 64 112
Binary 10100110 10011010 11011111 11010 11111 0 1101 11111010 110100 1001010

Color Harmonies of #A69ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ADF

Black with #A69ADF

Text Example


Text Example

White with #A69ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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