Html Css Color HEX #ABA3E6 Wistful

📋 copy color: '#ABA3E6'

red 171 ◦ green 163 ◦ blue 230

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

Shades of Wistful #ABA3E6

Tints of Wistful #ABA3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 30.32%
G = 28.9%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABA3E6 (or 0xABA3E6) is known color: Wistful. HEX triplet: AB, A3 and E6. RGB value is (171,163,230). Sum of RGB (Red+Green+Blue) = 171+163+230=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABA3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3E6 is #545C19. Grayscale: #ACACAC. Windows color (decimal): -5528602 or 15115179. OLE color: 15115179.

HSL color Cylindrical-coordinate representation of color #ABA3E6: hue angle of 247.16º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA3E6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 163 230 -
CMYK 0.26 0.29 0 0.10
HSL 247.16º 0.57% 0.77% -
HSV(B) 247.16º 0.29% 0.9% -
XYZ 44.17 40.57 80.36 -
YUV 173.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 171 163 230 0.26 0.29 0 0.10 247.16 0.57 0.77
Hex AB A3 E6 1A 1D 0 A F7 39 4D
Octal 253 243 346 32 35 0 12 367 71 115
Binary 10101011 10100011 11100110 11010 11101 0 1010 11110111 111001 1001101

Color Harmonies of #ABA3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3E6

Black with #ABA3E6

Text Example


Text Example

White with #ABA3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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