Html Css Color HEX #A399C2 Wistful

📋 copy color: '#A399C2'

red 163 ◦ green 153 ◦ blue 194

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

Shades of Wistful #A399C2

Tints of Wistful #A399C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 31.96%
G = 30%
B = 38.04%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A399C2 (or 0xA399C2) is known color: Wistful. HEX triplet: A3, 99 and C2. RGB value is (163,153,194). Sum of RGB (Red+Green+Blue) = 163+153+194=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #A399C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C2 is #5C663D. Grayscale: #A0A0A0. Windows color (decimal): -6055486 or 12753315. OLE color: 12753315.

HSL color Cylindrical-coordinate representation of color #A399C2: hue angle of 254.63º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A399C2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 153 194 -
CMYK 0.16 0.21 0 0.24
HSL 254.63º 0.25% 0.68% -
HSV(B) 254.63º 0.21% 0.76% -
XYZ 36.23 34.46 55.78 -
YUV 160.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 163 153 194 0.16 0.21 0 0.24 254.63 0.25 0.68
Hex A3 99 C2 10 15 0 18 FF 19 44
Octal 243 231 302 20 25 0 30 377 31 104
Binary 10100011 10011001 11000010 10000 10101 0 11000 11111111 11001 1000100

Color Harmonies of #A399C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399C2

Black with #A399C2

Text Example


Text Example

White with #A399C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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