Html Css Color HEX #A19CEB Wistful

📋 copy color: '#A19CEB'

red 161 ◦ green 156 ◦ blue 235

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

Shades of Wistful #A19CEB

Tints of Wistful #A19CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 29.17%
G = 28.26%
B = 42.57%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A19CEB (or 0xA19CEB) is known color: Wistful. HEX triplet: A1, 9C and EB. RGB value is (161,156,235). Sum of RGB (Red+Green+Blue) = 161+156+235=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CEB is #5E6314. Grayscale: #A6A6A6. Windows color (decimal): -6185749 or 15441057. OLE color: 15441057.

HSL color Cylindrical-coordinate representation of color #A19CEB: hue angle of 243.8º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19CEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 156 235 -
CMYK 0.31 0.34 0 0.08
HSL 243.8º 0.66% 0.77% -
HSV(B) 243.8º 0.34% 0.92% -
XYZ 41.58 37.35 83.62 -
YUV 166.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 161 156 235 0.31 0.34 0 0.08 243.8 0.66 0.77
Hex A1 9C EB 1F 22 0 8 F4 42 4D
Octal 241 234 353 37 42 0 10 364 102 115
Binary 10100001 10011100 11101011 11111 100010 0 1000 11110100 1000010 1001101

Color Harmonies of #A19CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19CEB

Black with #A19CEB

Text Example


Text Example

White with #A19CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19CEB; }

 p { color: rgb(161,156,235); }

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

background-color css

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

 a { background-color: rgb(161,156,235); }

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

border-color css

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

 span { border-color: rgb(161,156,235); }

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