Html Css Color HEX #A387CA Cold Purple

📋 copy color: '#A387CA'

red 163 ◦ green 135 ◦ blue 202

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

Shades of Cold Purple #A387CA

Tints of Cold Purple #A387CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 32.6%
G = 27%
B = 40.4%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A387CA (or 0xA387CA) is known color: Cold Purple. HEX triplet: A3, 87 and CA. RGB value is (163,135,202). Sum of RGB (Red+Green+Blue) = 163+135+202=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A387CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387CA is #5C7835. Grayscale: #969696. Windows color (decimal): -6060086 or 13272995. OLE color: 13272995.

HSL color Cylindrical-coordinate representation of color #A387CA: hue angle of 265.07º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A387CA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 135 202 -
CMYK 0.19 0.33 0 0.21
HSL 265.07º 0.39% 0.66% -
HSV(B) 265.07º 0.33% 0.79% -
XYZ 34.43 29.38 59.73 -
YUV 151.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 163 135 202 0.19 0.33 0 0.21 265.07 0.39 0.66
Hex A3 87 CA 13 21 0 15 109 27 42
Octal 243 207 312 23 41 0 25 411 47 102
Binary 10100011 10000111 11001010 10011 100001 0 10101 100001001 100111 1000010

Color Harmonies of #A387CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387CA

Black with #A387CA

Text Example


Text Example

White with #A387CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387CA; }

 p { color: rgb(163,135,202); }

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

background-color css

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

 a { background-color: rgb(163,135,202); }

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

border-color css

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

 span { border-color: rgb(163,135,202); }

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