Html Css Color HEX #A19ADF Wistful

📋 copy color: '#A19ADF'

red 161 ◦ green 154 ◦ blue 223

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

Shades of Wistful #A19ADF

Tints of Wistful #A19ADF

RGB

 RED value IS 161 (63.28% from 255) = 29.93%

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

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

R = 29.93%
G = 28.62%
B = 41.45%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19ADF (or 0xA19ADF) is known color: Wistful. HEX triplet: A1, 9A and DF. RGB value is (161,154,223). Sum of RGB (Red+Green+Blue) = 161+154+223=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADF is #5E6520. Grayscale: #A3A3A3. Windows color (decimal): -6186273 or 14654113. OLE color: 14654113.

HSL color Cylindrical-coordinate representation of color #A19ADF: hue angle of 246.09º 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 #A19ADF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 154 223 -
CMYK 0.28 0.31 0 0.13
HSL 246.09º 0.52% 0.74% -
HSV(B) 246.09º 0.31% 0.87% -
XYZ 39.57 36.02 74.68 -
YUV 163.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 161 154 223 0.28 0.31 0 0.13 246.09 0.52 0.74
Hex A1 9A DF 1C 1F 0 D F6 34 4A
Octal 241 232 337 34 37 0 15 366 64 112
Binary 10100001 10011010 11011111 11100 11111 0 1101 11110110 110100 1001010

Color Harmonies of #A19ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ADF

Black with #A19ADF

Text Example


Text Example

White with #A19ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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