Html Css Color HEX #ABA3EA Wistful

📋 copy color: '#ABA3EA'

red 171 ◦ green 163 ◦ blue 234

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

Shades of Wistful #ABA3EA

Tints of Wistful #ABA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.7%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 30.11%
G = 28.7%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABA3EA (or 0xABA3EA) is known color: Wistful. HEX triplet: AB, A3 and EA. RGB value is (171,163,234). Sum of RGB (Red+Green+Blue) = 171+163+234=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3EA is #545C15. Grayscale: #ADADAD. Windows color (decimal): -5528598 or 15377323. OLE color: 15377323.

HSL color Cylindrical-coordinate representation of color #ABA3EA: hue angle of 246.76º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA3EA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 163 234 -
CMYK 0.27 0.30 0 0.08
HSL 246.76º 0.63% 0.78% -
HSV(B) 246.76º 0.3% 0.92% -
XYZ 44.74 40.79 83.36 -
YUV 173.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 171 163 234 0.27 0.30 0 0.08 246.76 0.63 0.78
Hex AB A3 EA 1B 1E 0 8 F7 3F 4E
Octal 253 243 352 33 36 0 10 367 77 116
Binary 10101011 10100011 11101010 11011 11110 0 1000 11110111 111111 1001110

Color Harmonies of #ABA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3EA

Black with #ABA3EA

Text Example


Text Example

White with #ABA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3EA; }

 p { color: rgb(171,163,234); }

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

background-color css

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

 a { background-color: rgb(171,163,234); }

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

border-color css

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

 span { border-color: rgb(171,163,234); }

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