Html Css Color HEX #A398BC Cold Purple

📋 copy color: '#A398BC'

red 163 ◦ green 152 ◦ blue 188

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

Shades of Cold Purple #A398BC

Tints of Cold Purple #A398BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.22%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 32.41%
G = 30.22%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A398BC (or 0xA398BC) is known color: Cold Purple. HEX triplet: A3, 98 and BC. RGB value is (163,152,188). Sum of RGB (Red+Green+Blue) = 163+152+188=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A398BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BC is #5C6743. Grayscale: #9F9F9F. Windows color (decimal): -6055748 or 12359843. OLE color: 12359843.

HSL color Cylindrical-coordinate representation of color #A398BC: hue angle of 258.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A398BC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 152 188 -
CMYK 0.13 0.19 0 0.26
HSL 258.33º 0.21% 0.67% -
HSV(B) 258.33º 0.19% 0.74% -
XYZ 35.41 33.87 52.25 -
YUV 159.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 163 152 188 0.13 0.19 0 0.26 258.33 0.21 0.67
Hex A3 98 BC D 13 0 1A 102 15 43
Octal 243 230 274 15 23 0 32 402 25 103
Binary 10100011 10011000 10111100 1101 10011 0 11010 100000010 10101 1000011

Color Harmonies of #A398BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398BC

Black with #A398BC

Text Example


Text Example

White with #A398BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398BC; }

 p { color: rgb(163,152,188); }

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

background-color css

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

 a { background-color: rgb(163,152,188); }

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

border-color css

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

 span { border-color: rgb(163,152,188); }

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