Html Css Color HEX #A398BE Cold Purple

📋 copy color: '#A398BE'

red 163 ◦ green 152 ◦ blue 190

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

Shades of Cold Purple #A398BE

Tints of Cold Purple #A398BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 32.28%
G = 30.1%
B = 37.62%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A398BE (or 0xA398BE) is known color: Cold Purple. HEX triplet: A3, 98 and BE. RGB value is (163,152,190). Sum of RGB (Red+Green+Blue) = 163+152+190=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A398BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BE is #5C6741. Grayscale: #9F9F9F. Windows color (decimal): -6055746 or 12490915. OLE color: 12490915.

HSL color Cylindrical-coordinate representation of color #A398BE: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A398BE is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 152 190 -
CMYK 0.14 0.2 0 0.25
HSL 257.37º 0.23% 0.67% -
HSV(B) 257.37º 0.2% 0.75% -
XYZ 35.63 33.96 53.39 -
YUV 159.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 163 152 190 0.14 0.2 0 0.25 257.37 0.23 0.67
Hex A3 98 BE E 14 0 19 101 17 43
Octal 243 230 276 16 24 0 31 401 27 103
Binary 10100011 10011000 10111110 1110 10100 0 11001 100000001 10111 1000011

Color Harmonies of #A398BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398BE

Black with #A398BE

Text Example


Text Example

White with #A398BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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