Html Css Color HEX #ABA4D4 Wistful

📋 copy color: '#ABA4D4'

red 171 ◦ green 164 ◦ blue 212

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

Shades of Wistful #ABA4D4

Tints of Wistful #ABA4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 31.26%
G = 29.98%
B = 38.76%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABA4D4 (or 0xABA4D4) is known color: Wistful. HEX triplet: AB, A4 and D4. RGB value is (171,164,212). Sum of RGB (Red+Green+Blue) = 171+164+212=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABA4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D4 is #545B2B. Grayscale: #ABABAB. Windows color (decimal): -5528364 or 13935787. OLE color: 13935787.

HSL color Cylindrical-coordinate representation of color #ABA4D4: hue angle of 248.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA4D4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 164 212 -
CMYK 0.19 0.23 0 0.17
HSL 248.75º 0.36% 0.74% -
HSV(B) 248.75º 0.23% 0.83% -
XYZ 41.95 39.96 67.79 -
YUV 171.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 171 164 212 0.19 0.23 0 0.17 248.75 0.36 0.74
Hex AB A4 D4 13 17 0 11 F9 24 4A
Octal 253 244 324 23 27 0 21 371 44 112
Binary 10101011 10100100 11010100 10011 10111 0 10001 11111001 100100 1001010

Color Harmonies of #ABA4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4D4

Black with #ABA4D4

Text Example


Text Example

White with #ABA4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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