Html Css Color HEX #A387CC Cold Purple

📋 copy color: '#A387CC'

red 163 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #A387CC

Tints of Cold Purple #A387CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 32.47%
G = 26.89%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A387CC (or 0xA387CC) is known color: Cold Purple. HEX triplet: A3, 87 and CC. RGB value is (163,135,204). Sum of RGB (Red+Green+Blue) = 163+135+204=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A387CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387CC is #5C7833. Grayscale: #969696. Windows color (decimal): -6060084 or 13404067. OLE color: 13404067.

HSL color Cylindrical-coordinate representation of color #A387CC: hue angle of 264.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A387CC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 135 204 -
CMYK 0.20 0.34 0 0.2
HSL 264.35º 0.4% 0.66% -
HSV(B) 264.35º 0.34% 0.8% -
XYZ 34.67 29.47 60.99 -
YUV 151.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 163 135 204 0.20 0.34 0 0.2 264.35 0.4 0.66
Hex A3 87 CC 14 22 0 14 108 28 42
Octal 243 207 314 24 42 0 24 410 50 102
Binary 10100011 10000111 11001100 10100 100010 0 10100 100001000 101000 1000010

Color Harmonies of #A387CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387CC

Black with #A387CC

Text Example


Text Example

White with #A387CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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