Html Css Color HEX #A893C2 Cold Purple

📋 copy color: '#A893C2'

red 168 ◦ green 147 ◦ blue 194

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

Shades of Cold Purple #A893C2

Tints of Cold Purple #A893C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 33.01%
G = 28.88%
B = 38.11%

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

#A893C2 (or 0xA893C2) is known color: Cold Purple. HEX triplet: A8, 93 and C2. RGB value is (168,147,194). Sum of RGB (Red+Green+Blue) = 168+147+194=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #A893C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893C2 is #576C3D. Grayscale: #9E9E9E. Windows color (decimal): -5729342 or 12751784. OLE color: 12751784.

HSL color Cylindrical-coordinate representation of color #A893C2: hue angle of 266.81º degrees, saturation: 0.28, 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 #A893C2 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 147 194 -
CMYK 0.13 0.24 0 0.24
HSL 266.81º 0.28% 0.67% -
HSV(B) 266.81º 0.24% 0.76% -
XYZ 36.32 33.09 55.51 -
YUV 158.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 168 147 194 0.13 0.24 0 0.24 266.81 0.28 0.67
Hex A8 93 C2 D 18 0 18 10B 1C 43
Octal 250 223 302 15 30 0 30 413 34 103
Binary 10101000 10010011 11000010 1101 11000 0 11000 100001011 11100 1000011

Color Harmonies of #A893C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893C2

Black with #A893C2

Text Example


Text Example

White with #A893C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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