Html Css Color HEX #A187CF Cold Purple

📋 copy color: '#A187CF'

red 161 ◦ green 135 ◦ blue 207

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

Shades of Cold Purple #A187CF

Tints of Cold Purple #A187CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 32.01%
G = 26.84%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A187CF (or 0xA187CF) is known color: Cold Purple. HEX triplet: A1, 87 and CF. RGB value is (161,135,207). Sum of RGB (Red+Green+Blue) = 161+135+207=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A187CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CF is #5E7830. Grayscale: #969696. Windows color (decimal): -6191153 or 13600673. OLE color: 13600673.

HSL color Cylindrical-coordinate representation of color #A187CF: hue angle of 261.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A187CF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 135 207 -
CMYK 0.22 0.35 0 0.19
HSL 261.67º 0.43% 0.67% -
HSV(B) 261.67º 0.35% 0.81% -
XYZ 34.62 29.41 62.88 -
YUV 150.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 161 135 207 0.22 0.35 0 0.19 261.67 0.43 0.67
Hex A1 87 CF 16 23 0 13 106 2B 43
Octal 241 207 317 26 43 0 23 406 53 103
Binary 10100001 10000111 11001111 10110 100011 0 10011 100000110 101011 1000011

Color Harmonies of #A187CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187CF

Black with #A187CF

Text Example


Text Example

White with #A187CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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