Html Css Color HEX #A397CB Wistful

📋 copy color: '#A397CB'

red 163 ◦ green 151 ◦ blue 203

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

Shades of Wistful #A397CB

Tints of Wistful #A397CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.21%

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

R = 31.53%
G = 29.21%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A397CB (or 0xA397CB) is known color: Wistful. HEX triplet: A3, 97 and CB. RGB value is (163,151,203). Sum of RGB (Red+Green+Blue) = 163+151+203=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A397CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CB is #5C6834. Grayscale: #A0A0A0. Windows color (decimal): -6055989 or 13342627. OLE color: 13342627.

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

Color convert

RGB 163 151 203 -
CMYK 0.20 0.26 0 0.20
HSL 253.85º 0.33% 0.69% -
HSV(B) 253.85º 0.26% 0.8% -
XYZ 36.95 34.23 61.16 -
YUV 160.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 163 151 203 0.20 0.26 0 0.20 253.85 0.33 0.69
Hex A3 97 CB 14 1A 0 14 FE 21 45
Octal 243 227 313 24 32 0 24 376 41 105
Binary 10100011 10010111 11001011 10100 11010 0 10100 11111110 100001 1000101

Color Harmonies of #A397CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397CB

Black with #A397CB

Text Example


Text Example

White with #A397CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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