Html Css Color HEX #ABA5CA Wistful

📋 copy color: '#ABA5CA'

red 171 ◦ green 165 ◦ blue 202

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

Shades of Wistful #ABA5CA

Tints of Wistful #ABA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 31.78%
G = 30.67%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA5CA (or 0xABA5CA) is known color: Wistful. HEX triplet: AB, A5 and CA. RGB value is (171,165,202). Sum of RGB (Red+Green+Blue) = 171+165+202=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CA is #545A35. Grayscale: #AAAAAA. Windows color (decimal): -5528118 or 13280683. OLE color: 13280683.

HSL color Cylindrical-coordinate representation of color #ABA5CA: hue angle of 249.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA5CA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 165 202 -
CMYK 0.15 0.18 0 0.21
HSL 249.73º 0.26% 0.72% -
HSV(B) 249.73º 0.18% 0.79% -
XYZ 40.91 39.83 61.41 -
YUV 171.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 171 165 202 0.15 0.18 0 0.21 249.73 0.26 0.72
Hex AB A5 CA F 12 0 15 FA 1A 48
Octal 253 245 312 17 22 0 25 372 32 110
Binary 10101011 10100101 11001010 1111 10010 0 10101 11111010 11010 1001000

Color Harmonies of #ABA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5CA

Black with #ABA5CA

Text Example


Text Example

White with #ABA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5CA; }

 p { color: rgb(171,165,202); }

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

background-color css

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

 a { background-color: rgb(171,165,202); }

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

border-color css

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

 span { border-color: rgb(171,165,202); }

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