Html Css Color HEX #A487CD Cold Purple

📋 copy color: '#A487CD'

red 164 ◦ green 135 ◦ blue 205

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

Shades of Cold Purple #A487CD

Tints of Cold Purple #A487CD

RGB

 RED value IS 164 (64.45% from 255) = 32.54%

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 32.54%
G = 26.79%
B = 40.67%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A487CD (or 0xA487CD) is known color: Cold Purple. HEX triplet: A4, 87 and CD. RGB value is (164,135,205). Sum of RGB (Red+Green+Blue) = 164+135+205=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A487CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487CD is #5B7832. Grayscale: #979797. Windows color (decimal): -5994547 or 13469604. OLE color: 13469604.

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

Color convert

RGB 164 135 205 -
CMYK 0.2 0.34 0 0.20
HSL 264.86º 0.41% 0.67% -
HSV(B) 264.86º 0.34% 0.8% -
XYZ 34.99 29.63 61.63 -
YUV 151.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 164 135 205 0.2 0.34 0 0.20 264.86 0.41 0.67
Hex A4 87 CD 14 22 0 14 109 29 43
Octal 244 207 315 24 42 0 24 411 51 103
Binary 10100100 10000111 11001101 10100 100010 0 10100 100001001 101001 1000011

Color Harmonies of #A487CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487CD

Black with #A487CD

Text Example


Text Example

White with #A487CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487CD; }

 p { color: rgb(164,135,205); }

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

background-color css

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

 a { background-color: rgb(164,135,205); }

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

border-color css

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

 span { border-color: rgb(164,135,205); }

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