Html Css Color HEX #A506C8 Dark Violet

📋 copy color: '#A506C8'

red 165 ◦ green 6 ◦ blue 200

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

Shades of Dark Violet #A506C8

Tints of Dark Violet #A506C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.91%

R = 44.47%
G = 1.62%
B = 53.91%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A506C8 (or 0xA506C8) is known color: Dark Violet. HEX triplet: A5, 06 and C8. RGB value is (165,6,200). Sum of RGB (Red+Green+Blue) = 165+6+200=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #A506C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506C8 is #5AF937. Grayscale: #4B4B4B. Windows color (decimal): -5962040 or 13108901. OLE color: 13108901.

HSL color Cylindrical-coordinate representation of color #A506C8: hue angle of 289.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506C8 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 6 200 -
CMYK 0.18 0.97 0 0.22
HSL 289.18º 0.94% 0.4% -
HSV(B) 289.18º 0.97% 0.78% -
XYZ 26.01 12.3 55.65 -
YUV 75.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 165 6 200 0.18 0.97 0 0.22 289.18 0.94 0.4
Hex A5 6 C8 12 61 0 16 121 5E 28
Octal 245 6 310 22 141 0 26 441 136 50
Binary 10100101 110 11001000 10010 1100001 0 10110 100100001 1011110 101000

Color Harmonies of #A506C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506C8

Black with #A506C8

Text Example


Text Example

White with #A506C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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