Html Css Color HEX #A893C1 Cold Purple

📋 copy color: '#A893C1'

red 168 ◦ green 147 ◦ blue 193

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

Shades of Cold Purple #A893C1

Tints of Cold Purple #A893C1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

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

R = 33.07%
G = 28.94%
B = 37.99%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A893C1 (or 0xA893C1) is known color: Cold Purple. HEX triplet: A8, 93 and C1. RGB value is (168,147,193). Sum of RGB (Red+Green+Blue) = 168+147+193=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #A893C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893C1 is #576C3E. Grayscale: #9E9E9E. Windows color (decimal): -5729343 or 12686248. OLE color: 12686248.

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

Color convert

RGB 168 147 193 -
CMYK 0.13 0.24 0 0.24
HSL 267.39º 0.27% 0.67% -
HSV(B) 267.39º 0.24% 0.76% -
XYZ 36.21 33.04 54.92 -
YUV 158.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 168 147 193 0.13 0.24 0 0.24 267.39 0.27 0.67
Hex A8 93 C1 D 18 0 18 10B 1B 43
Octal 250 223 301 15 30 0 30 413 33 103
Binary 10101000 10010011 11000001 1101 11000 0 11000 100001011 11011 1000011

Color Harmonies of #A893C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893C1

Black with #A893C1

Text Example


Text Example

White with #A893C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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