Html Css Color HEX #A287BD Cold Purple

📋 copy color: '#A287BD'

red 162 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #A287BD

Tints of Cold Purple #A287BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A287BD (or 0xA287BD) is known color: Cold Purple. HEX triplet: A2, 87 and BD. RGB value is (162,135,189). Sum of RGB (Red+Green+Blue) = 162+135+189=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A287BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287BD is #5D7842. Grayscale: #959595. Windows color (decimal): -6125635 or 12421026. OLE color: 12421026.

HSL color Cylindrical-coordinate representation of color #A287BD: hue angle of 270º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A287BD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 135 189 -
CMYK 0.14 0.29 0 0.26
HSL 270º 0.29% 0.64% -
HSV(B) 270º 0.29% 0.74% -
XYZ 32.75 28.68 51.95 -
YUV 149.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 162 135 189 0.14 0.29 0 0.26 270 0.29 0.64
Hex A2 87 BD E 1D 0 1A 10E 1D 40
Octal 242 207 275 16 35 0 32 416 35 100
Binary 10100010 10000111 10111101 1110 11101 0 11010 100001110 11101 1000000

Color Harmonies of #A287BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287BD

Black with #A287BD

Text Example


Text Example

White with #A287BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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