Html Css Color HEX #A287CD Cold Purple

📋 copy color: '#A287CD'

red 162 ◦ green 135 ◦ blue 205

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

Shades of Cold Purple #A287CD

Tints of Cold Purple #A287CD

RGB

 RED value IS 162 (63.67% from 255) = 32.27%

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

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

R = 32.27%
G = 26.89%
B = 40.84%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A287CD (or 0xA287CD) is known color: Cold Purple. HEX triplet: A2, 87 and CD. RGB value is (162,135,205). Sum of RGB (Red+Green+Blue) = 162+135+205=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A287CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CD is #5D7832. Grayscale: #969696. Windows color (decimal): -6125619 or 13469602. OLE color: 13469602.

HSL color Cylindrical-coordinate representation of color #A287CD: hue angle of 263.14º 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 #A287CD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 135 205 -
CMYK 0.21 0.34 0 0.20
HSL 263.14º 0.41% 0.67% -
HSV(B) 263.14º 0.34% 0.8% -
XYZ 34.58 29.42 61.61 -
YUV 151.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 162 135 205 0.21 0.34 0 0.20 263.14 0.41 0.67
Hex A2 87 CD 15 22 0 14 107 29 43
Octal 242 207 315 25 42 0 24 407 51 103
Binary 10100010 10000111 11001101 10101 100010 0 10100 100000111 101001 1000011

Color Harmonies of #A287CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287CD

Black with #A287CD

Text Example


Text Example

White with #A287CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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