Html Css Color HEX #A898C1 Cold Purple

📋 copy color: '#A898C1'

red 168 ◦ green 152 ◦ blue 193

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

Shades of Cold Purple #A898C1

Tints of Cold Purple #A898C1

RGB

 RED value IS 168 (66.02% from 255) = 32.75%

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 32.75%
G = 29.63%
B = 37.62%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A898C1 (or 0xA898C1) is known color: Cold Purple. HEX triplet: A8, 98 and C1. RGB value is (168,152,193). Sum of RGB (Red+Green+Blue) = 168+152+193=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A898C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C1 is #57673E. Grayscale: #A1A1A1. Windows color (decimal): -5728063 or 12687528. OLE color: 12687528.

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

Color convert

RGB 168 152 193 -
CMYK 0.13 0.21 0 0.24
HSL 263.41º 0.25% 0.68% -
HSV(B) 263.41º 0.21% 0.76% -
XYZ 37 34.63 55.19 -
YUV 161.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 168 152 193 0.13 0.21 0 0.24 263.41 0.25 0.68
Hex A8 98 C1 D 15 0 18 107 19 44
Octal 250 230 301 15 25 0 30 407 31 104
Binary 10101000 10011000 11000001 1101 10101 0 11000 100000111 11001 1000100

Color Harmonies of #A898C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C1

Black with #A898C1

Text Example


Text Example

White with #A898C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C1; }

 p { color: rgb(168,152,193); }

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

background-color css

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

 a { background-color: rgb(168,152,193); }

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

border-color css

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

 span { border-color: rgb(168,152,193); }

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