Html Css Color HEX #A506CE Dark Violet

📋 copy color: '#A506CE'

red 165 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #A506CE

Tints of Dark Violet #A506CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 43.77%
G = 1.59%
B = 54.64%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A506CE (or 0xA506CE) is known color: Dark Violet. HEX triplet: A5, 06 and CE. RGB value is (165,6,206). Sum of RGB (Red+Green+Blue) = 165+6+206=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A506CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506CE is #5AF931. Grayscale: #4B4B4B. Windows color (decimal): -5962034 or 13502117. OLE color: 13502117.

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

Color convert

RGB 165 6 206 -
CMYK 0.20 0.97 0 0.19
HSL 287.7º 0.94% 0.42% -
HSV(B) 287.7º 0.97% 0.81% -
XYZ 26.72 12.59 59.41 -
YUV 76.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 165 6 206 0.20 0.97 0 0.19 287.7 0.94 0.42
Hex A5 6 CE 14 61 0 13 120 5E 2A
Octal 245 6 316 24 141 0 23 440 136 52
Binary 10100101 110 11001110 10100 1100001 0 10011 100100000 1011110 101010

Color Harmonies of #A506CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506CE

Black with #A506CE

Text Example


Text Example

White with #A506CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506CE; }

 p { color: rgb(165,6,206); }

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

background-color css

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

 a { background-color: rgb(165,6,206); }

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

border-color css

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

 span { border-color: rgb(165,6,206); }

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