Html Css Color HEX #A187D0 Cold Purple

📋 copy color: '#A187D0'

red 161 ◦ green 135 ◦ blue 208

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

Shades of Cold Purple #A187D0

Tints of Cold Purple #A187D0

RGB

 RED value IS 161 (63.28% from 255) = 31.94%

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 31.94%
G = 26.79%
B = 41.27%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A187D0 (or 0xA187D0) is known color: Cold Purple. HEX triplet: A1, 87 and D0. RGB value is (161,135,208). Sum of RGB (Red+Green+Blue) = 161+135+208=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A187D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187D0 is #5E782F. Grayscale: #969696. Windows color (decimal): -6191152 or 13666209. OLE color: 13666209.

HSL color Cylindrical-coordinate representation of color #A187D0: hue angle of 261.37º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A187D0 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 135 208 -
CMYK 0.23 0.35 0 0.18
HSL 261.37º 0.44% 0.67% -
HSV(B) 261.37º 0.35% 0.82% -
XYZ 34.75 29.46 63.53 -
YUV 151.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 161 135 208 0.23 0.35 0 0.18 261.37 0.44 0.67
Hex A1 87 D0 17 23 0 12 105 2C 43
Octal 241 207 320 27 43 0 22 405 54 103
Binary 10100001 10000111 11010000 10111 100011 0 10010 100000101 101100 1000011

Color Harmonies of #A187D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187D0

Black with #A187D0

Text Example


Text Example

White with #A187D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187D0; }

 p { color: rgb(161,135,208); }

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

background-color css

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

 a { background-color: rgb(161,135,208); }

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

border-color css

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

 span { border-color: rgb(161,135,208); }

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