Html Css Color HEX #ABA5DB Wistful

📋 copy color: '#ABA5DB'

red 171 ◦ green 165 ◦ blue 219

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

Shades of Wistful #ABA5DB

Tints of Wistful #ABA5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 30.81%
G = 29.73%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA5DB (or 0xABA5DB) is known color: Wistful. HEX triplet: AB, A5 and DB. RGB value is (171,165,219). Sum of RGB (Red+Green+Blue) = 171+165+219=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5DB is #545A24. Grayscale: #ACACAC. Windows color (decimal): -5528101 or 14394795. OLE color: 14394795.

HSL color Cylindrical-coordinate representation of color #ABA5DB: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA5DB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 165 219 -
CMYK 0.22 0.25 0 0.14
HSL 246.67º 0.43% 0.75% -
HSV(B) 246.67º 0.25% 0.86% -
XYZ 43.04 40.68 72.6 -
YUV 172.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 171 165 219 0.22 0.25 0 0.14 246.67 0.43 0.75
Hex AB A5 DB 16 19 0 E F7 2B 4B
Octal 253 245 333 26 31 0 16 367 53 113
Binary 10101011 10100101 11011011 10110 11001 0 1110 11110111 101011 1001011

Color Harmonies of #ABA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5DB

Black with #ABA5DB

Text Example


Text Example

White with #ABA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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