Html Css Color HEX #A50CCF Dark Violet

📋 copy color: '#A50CCF'

red 165 ◦ green 12 ◦ blue 207

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

Shades of Dark Violet #A50CCF

Tints of Dark Violet #A50CCF

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

 GREEN value IS 12 (5.08% from 255) = 3.13%

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

R = 42.97%
G = 3.13%
B = 53.91%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A50CCF (or 0xA50CCF) is known color: Dark Violet. HEX triplet: A5, 0C and CF. RGB value is (165,12,207). Sum of RGB (Red+Green+Blue) = 165+12+207=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CCF is #5AF330. Grayscale: #4F4F4F. Windows color (decimal): -5960497 or 13569189. OLE color: 13569189.

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

Color convert

RGB 165 12 207 -
CMYK 0.20 0.94 0 0.19
HSL 287.08º 0.89% 0.43% -
HSV(B) 287.08º 0.94% 0.81% -
XYZ 26.91 12.77 60.08 -
YUV 79.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 165 12 207 0.20 0.94 0 0.19 287.08 0.89 0.43
Hex A5 C CF 14 5E 0 13 11F 59 2B
Octal 245 14 317 24 136 0 23 437 131 53
Binary 10100101 1100 11001111 10100 1011110 0 10011 100011111 1011001 101011

Color Harmonies of #A50CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CCF

Black with #A50CCF

Text Example


Text Example

White with #A50CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CCF; }

 p { color: rgb(165,12,207); }

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

background-color css

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

 a { background-color: rgb(165,12,207); }

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

border-color css

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

 span { border-color: rgb(165,12,207); }

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