Html Css Color HEX #ABA4E6 Wistful

📋 copy color: '#ABA4E6'

red 171 ◦ green 164 ◦ blue 230

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

Shades of Wistful #ABA4E6

Tints of Wistful #ABA4E6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

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

R = 30.27%
G = 29.03%
B = 40.71%

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

#ABA4E6 (or 0xABA4E6) is known color: Wistful. HEX triplet: AB, A4 and E6. RGB value is (171,164,230). Sum of RGB (Red+Green+Blue) = 171+164+230=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABA4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4E6 is #545B19. Grayscale: #ADADAD. Windows color (decimal): -5528346 or 15115435. OLE color: 15115435.

HSL color Cylindrical-coordinate representation of color #ABA4E6: hue angle of 246.36º 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 #ABA4E6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 164 230 -
CMYK 0.26 0.29 0 0.10
HSL 246.36º 0.57% 0.77% -
HSV(B) 246.36º 0.29% 0.9% -
XYZ 44.35 40.92 80.42 -
YUV 173.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 171 164 230 0.26 0.29 0 0.10 246.36 0.57 0.77
Hex AB A4 E6 1A 1D 0 A F6 39 4D
Octal 253 244 346 32 35 0 12 366 71 115
Binary 10101011 10100100 11100110 11010 11101 0 1010 11110110 111001 1001101

Color Harmonies of #ABA4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4E6

Black with #ABA4E6

Text Example


Text Example

White with #ABA4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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