Html Css Color HEX #A398C3 Cold Purple

📋 copy color: '#A398C3'

red 163 ◦ green 152 ◦ blue 195

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

Shades of Cold Purple #A398C3

Tints of Cold Purple #A398C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.24%

R = 31.96%
G = 29.8%
B = 38.24%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A398C3 (or 0xA398C3) is known color: Cold Purple. HEX triplet: A3, 98 and C3. RGB value is (163,152,195). Sum of RGB (Red+Green+Blue) = 163+152+195=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #A398C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C3 is #5C673C. Grayscale: #A0A0A0. Windows color (decimal): -6055741 or 12818595. OLE color: 12818595.

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

Color convert

RGB 163 152 195 -
CMYK 0.16 0.22 0 0.24
HSL 255.35º 0.26% 0.68% -
HSV(B) 255.35º 0.22% 0.76% -
XYZ 36.18 34.18 56.32 -
YUV 160.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 163 152 195 0.16 0.22 0 0.24 255.35 0.26 0.68
Hex A3 98 C3 10 16 0 18 FF 1A 44
Octal 243 230 303 20 26 0 30 377 32 104
Binary 10100011 10011000 11000011 10000 10110 0 11000 11111111 11010 1000100

Color Harmonies of #A398C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398C3

Black with #A398C3

Text Example


Text Example

White with #A398C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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