Html Css Color HEX #ABA1ED Wistful

📋 copy color: '#ABA1ED'

red 171 ◦ green 161 ◦ blue 237

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

Shades of Wistful #ABA1ED

Tints of Wistful #ABA1ED

RGB

 RED value IS 171 (67.19% from 255) = 30.05%

 GREEN value IS 161 (63.28% from 255) = 28.3%

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 30.05%
G = 28.3%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA1ED (or 0xABA1ED) is known color: Wistful. HEX triplet: AB, A1 and ED. RGB value is (171,161,237). Sum of RGB (Red+Green+Blue) = 171+161+237=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1ED is #545E12. Grayscale: #ACACAC. Windows color (decimal): -5529107 or 15573419. OLE color: 15573419.

HSL color Cylindrical-coordinate representation of color #ABA1ED: hue angle of 247.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA1ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 161 237 -
CMYK 0.28 0.32 0 0.07
HSL 247.89º 0.68% 0.78% -
HSV(B) 247.89º 0.32% 0.93% -
XYZ 44.83 40.26 85.53 -
YUV 172.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 171 161 237 0.28 0.32 0 0.07 247.89 0.68 0.78
Hex AB A1 ED 1C 20 0 7 F8 44 4E
Octal 253 241 355 34 40 0 7 370 104 116
Binary 10101011 10100001 11101101 11100 100000 0 111 11111000 1000100 1001110

Color Harmonies of #ABA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1ED

Black with #ABA1ED

Text Example


Text Example

White with #ABA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1ED; }

 p { color: rgb(171,161,237); }

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

background-color css

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

 a { background-color: rgb(171,161,237); }

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

border-color css

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

 span { border-color: rgb(171,161,237); }

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