Html Css Color HEX #A187CD Cold Purple

📋 copy color: '#A187CD'

red 161 ◦ green 135 ◦ blue 205

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

Shades of Cold Purple #A187CD

Tints of Cold Purple #A187CD

RGB

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

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

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

R = 32.14%
G = 26.95%
B = 40.92%

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

#A187CD (or 0xA187CD) is known color: Cold Purple. HEX triplet: A1, 87 and CD. RGB value is (161,135,205). Sum of RGB (Red+Green+Blue) = 161+135+205=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A187CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CD is #5E7832. Grayscale: #969696. Windows color (decimal): -6191155 or 13469601. OLE color: 13469601.

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

Color convert

RGB 161 135 205 -
CMYK 0.21 0.34 0 0.20
HSL 262.29º 0.41% 0.67% -
HSV(B) 262.29º 0.34% 0.8% -
XYZ 34.38 29.31 61.6 -
YUV 150.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 161 135 205 0.21 0.34 0 0.20 262.29 0.41 0.67
Hex A1 87 CD 15 22 0 14 106 29 43
Octal 241 207 315 25 42 0 24 406 51 103
Binary 10100001 10000111 11001101 10101 100010 0 10100 100000110 101001 1000011

Color Harmonies of #A187CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187CD

Black with #A187CD

Text Example


Text Example

White with #A187CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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