Html Css Color HEX #A399CB Wistful

📋 copy color: '#A399CB'

red 163 ◦ green 153 ◦ blue 203

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

Shades of Wistful #A399CB

Tints of Wistful #A399CB

RGB

 RED value IS 163 (64.06% from 255) = 31.41%

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 31.41%
G = 29.48%
B = 39.11%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A399CB (or 0xA399CB) is known color: Wistful. HEX triplet: A3, 99 and CB. RGB value is (163,153,203). Sum of RGB (Red+Green+Blue) = 163+153+203=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A399CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399CB is #5C6634. Grayscale: #A1A1A1. Windows color (decimal): -6055477 or 13343139. OLE color: 13343139.

HSL color Cylindrical-coordinate representation of color #A399CB: hue angle of 252º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A399CB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 153 203 -
CMYK 0.20 0.25 0 0.20
HSL 252º 0.32% 0.7% -
HSV(B) 252º 0.25% 0.8% -
XYZ 37.27 34.88 61.27 -
YUV 161.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 163 153 203 0.20 0.25 0 0.20 252 0.32 0.7
Hex A3 99 CB 14 19 0 14 FC 20 46
Octal 243 231 313 24 31 0 24 374 40 106
Binary 10100011 10011001 11001011 10100 11001 0 10100 11111100 100000 1000110

Color Harmonies of #A399CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399CB

Black with #A399CB

Text Example


Text Example

White with #A399CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399CB; }

 p { color: rgb(163,153,203); }

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

background-color css

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

 a { background-color: rgb(163,153,203); }

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

border-color css

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

 span { border-color: rgb(163,153,203); }

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