Html Css Color HEX #A185CF Cold Purple

📋 copy color: '#A185CF'

red 161 ◦ green 133 ◦ blue 207

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

Shades of Cold Purple #A185CF

Tints of Cold Purple #A185CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 32.14%
G = 26.55%
B = 41.32%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A185CF (or 0xA185CF) is known color: Cold Purple. HEX triplet: A1, 85 and CF. RGB value is (161,133,207). Sum of RGB (Red+Green+Blue) = 161+133+207=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A185CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CF is #5E7A30. Grayscale: #959595. Windows color (decimal): -6191665 or 13600161. OLE color: 13600161.

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

Color convert

RGB 161 133 207 -
CMYK 0.22 0.36 0 0.19
HSL 262.7º 0.44% 0.67% -
HSV(B) 262.7º 0.36% 0.81% -
XYZ 34.35 28.86 62.79 -
YUV 149.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 161 133 207 0.22 0.36 0 0.19 262.7 0.44 0.67
Hex A1 85 CF 16 24 0 13 107 2C 43
Octal 241 205 317 26 44 0 23 407 54 103
Binary 10100001 10000101 11001111 10110 100100 0 10011 100000111 101100 1000011

Color Harmonies of #A185CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185CF

Black with #A185CF

Text Example


Text Example

White with #A185CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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