Html Css Color HEX #A59FCB Wistful

📋 copy color: '#A59FCB'

red 165 ◦ green 159 ◦ blue 203

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

Shades of Wistful #A59FCB

Tints of Wistful #A59FCB

RGB

 RED value IS 165 (64.84% from 255) = 31.31%

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 31.31%
G = 30.17%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A59FCB (or 0xA59FCB) is known color: Wistful. HEX triplet: A5, 9F and CB. RGB value is (165,159,203). Sum of RGB (Red+Green+Blue) = 165+159+203=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCB is #5A6034. Grayscale: #A5A5A5. Windows color (decimal): -5922869 or 13344677. OLE color: 13344677.

HSL color Cylindrical-coordinate representation of color #A59FCB: hue angle of 248.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59FCB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 159 203 -
CMYK 0.19 0.22 0 0.20
HSL 248.18º 0.3% 0.71% -
HSV(B) 248.18º 0.22% 0.8% -
XYZ 38.69 37.11 61.62 -
YUV 165.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 165 159 203 0.19 0.22 0 0.20 248.18 0.3 0.71
Hex A5 9F CB 13 16 0 14 F8 1E 47
Octal 245 237 313 23 26 0 24 370 36 107
Binary 10100101 10011111 11001011 10011 10110 0 10100 11111000 11110 1000111

Color Harmonies of #A59FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FCB

Black with #A59FCB

Text Example


Text Example

White with #A59FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FCB; }

 p { color: rgb(165,159,203); }

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

background-color css

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

 a { background-color: rgb(165,159,203); }

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

border-color css

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

 span { border-color: rgb(165,159,203); }

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