Html Css Color HEX #A50BCF Dark Violet

📋 copy color: '#A50BCF'

red 165 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #A50BCF

Tints of Dark Violet #A50BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

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

R = 43.08%
G = 2.87%
B = 54.05%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A50BCF (or 0xA50BCF) is known color: Dark Violet. HEX triplet: A5, 0B and CF. RGB value is (165,11,207). Sum of RGB (Red+Green+Blue) = 165+11+207=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BCF is #5AF430. Grayscale: #4E4E4E. Windows color (decimal): -5960753 or 13568933. OLE color: 13568933.

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

Color convert

RGB 165 11 207 -
CMYK 0.20 0.95 0 0.19
HSL 287.14º 0.9% 0.43% -
HSV(B) 287.14º 0.95% 0.81% -
XYZ 26.9 12.74 60.07 -
YUV 79.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 165 11 207 0.20 0.95 0 0.19 287.14 0.9 0.43
Hex A5 B CF 14 5F 0 13 11F 5A 2B
Octal 245 13 317 24 137 0 23 437 132 53
Binary 10100101 1011 11001111 10100 1011111 0 10011 100011111 1011010 101011

Color Harmonies of #A50BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BCF

Black with #A50BCF

Text Example


Text Example

White with #A50BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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