Html Css Color HEX #ABA8DA Wistful

📋 copy color: '#ABA8DA'

red 171 ◦ green 168 ◦ blue 218

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

Shades of Wistful #ABA8DA

Tints of Wistful #ABA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 30.7%
G = 30.16%
B = 39.14%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABA8DA (or 0xABA8DA) is known color: Wistful. HEX triplet: AB, A8 and DA. RGB value is (171,168,218). Sum of RGB (Red+Green+Blue) = 171+168+218=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DA is #545725. Grayscale: #AEAEAE. Windows color (decimal): -5527334 or 14330027. OLE color: 14330027.

HSL color Cylindrical-coordinate representation of color #ABA8DA: hue angle of 243.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA8DA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 168 218 -
CMYK 0.22 0.23 0 0.15
HSL 243.6º 0.4% 0.76% -
HSV(B) 243.6º 0.23% 0.85% -
XYZ 43.45 41.73 72.09 -
YUV 174.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 171 168 218 0.22 0.23 0 0.15 243.6 0.4 0.76
Hex AB A8 DA 16 17 0 F F4 28 4C
Octal 253 250 332 26 27 0 17 364 50 114
Binary 10101011 10101000 11011010 10110 10111 0 1111 11110100 101000 1001100

Color Harmonies of #ABA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8DA

Black with #ABA8DA

Text Example


Text Example

White with #ABA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8DA; }

 p { color: rgb(171,168,218); }

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

background-color css

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

 a { background-color: rgb(171,168,218); }

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

border-color css

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

 span { border-color: rgb(171,168,218); }

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