Html Css Color HEX #A507EC Dark Violet

📋 copy color: '#A507EC'

red 165 ◦ green 7 ◦ blue 236

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

Shades of Dark Violet #A507EC

Tints of Dark Violet #A507EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 40.44%
G = 1.72%
B = 57.84%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A507EC (or 0xA507EC) is known color: Dark Violet. HEX triplet: A5, 07 and EC. RGB value is (165,7,236). Sum of RGB (Red+Green+Blue) = 165+7+236=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #A507EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507EC is #5AF813. Grayscale: #4F4F4F. Windows color (decimal): -5961748 or 15468453. OLE color: 15468453.

HSL color Cylindrical-coordinate representation of color #A507EC: hue angle of 281.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507EC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 7 236 -
CMYK 0.30 0.97 0 0.07
HSL 281.4º 0.94% 0.48% -
HSV(B) 281.4º 0.97% 0.93% -
XYZ 30.73 14.21 80.48 -
YUV 80.35 215.85 188.38 -
System Red Green Blue C M Y K H S L
Decimal 165 7 236 0.30 0.97 0 0.07 281.4 0.94 0.48
Hex A5 7 EC 1E 61 0 7 119 5E 30
Octal 245 7 354 36 141 0 7 431 136 60
Binary 10100101 111 11101100 11110 1100001 0 111 100011001 1011110 110000

Color Harmonies of #A507EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507EC

Black with #A507EC

Text Example


Text Example

White with #A507EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507EC; }

 p { color: rgb(165,7,236); }

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

background-color css

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

 a { background-color: rgb(165,7,236); }

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

border-color css

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

 span { border-color: rgb(165,7,236); }

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