Html Css Color HEX #A398B6 Cold Purple

📋 copy color: '#A398B6'

red 163 ◦ green 152 ◦ blue 182

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

Shades of Cold Purple #A398B6

Tints of Cold Purple #A398B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 32.8%
G = 30.58%
B = 36.62%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A398B6 (or 0xA398B6) is known color: Cold Purple. HEX triplet: A3, 98 and B6. RGB value is (163,152,182). Sum of RGB (Red+Green+Blue) = 163+152+182=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A398B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398B6 is #5C6749. Grayscale: #9E9E9E. Windows color (decimal): -6055754 or 11966627. OLE color: 11966627.

HSL color Cylindrical-coordinate representation of color #A398B6: hue angle of 262º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A398B6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 152 182 -
CMYK 0.10 0.16 0 0.29
HSL 262º 0.17% 0.65% -
HSV(B) 262º 0.16% 0.71% -
XYZ 34.78 33.62 48.91 -
YUV 158.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 163 152 182 0.10 0.16 0 0.29 262 0.17 0.65
Hex A3 98 B6 A 10 0 1D 106 11 41
Octal 243 230 266 12 20 0 35 406 21 101
Binary 10100011 10011000 10110110 1010 10000 0 11101 100000110 10001 1000001

Color Harmonies of #A398B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398B6

Black with #A398B6

Text Example


Text Example

White with #A398B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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