Html Css Color HEX #A507DE Dark Violet

📋 copy color: '#A507DE'

red 165 ◦ green 7 ◦ blue 222

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

Shades of Dark Violet #A507DE

Tints of Dark Violet #A507DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 41.88%
G = 1.78%
B = 56.35%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A507DE (or 0xA507DE) is known color: Dark Violet. HEX triplet: A5, 07 and DE. RGB value is (165,7,222). Sum of RGB (Red+Green+Blue) = 165+7+222=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #A507DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507DE is #5AF821. Grayscale: #4E4E4E. Windows color (decimal): -5961762 or 14550949. OLE color: 14550949.

HSL color Cylindrical-coordinate representation of color #A507DE: hue angle of 284.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507DE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 7 222 -
CMYK 0.26 0.97 0 0.13
HSL 284.09º 0.94% 0.45% -
HSV(B) 284.09º 0.97% 0.87% -
XYZ 28.78 13.43 70.18 -
YUV 78.75 208.85 189.52 -
System Red Green Blue C M Y K H S L
Decimal 165 7 222 0.26 0.97 0 0.13 284.09 0.94 0.45
Hex A5 7 DE 1A 61 0 D 11C 5E 2D
Octal 245 7 336 32 141 0 15 434 136 55
Binary 10100101 111 11011110 11010 1100001 0 1101 100011100 1011110 101101

Color Harmonies of #A507DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507DE

Black with #A507DE

Text Example


Text Example

White with #A507DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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