Html Css Color HEX #A506CC Dark Violet

📋 copy color: '#A506CC'

red 165 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #A506CC

Tints of Dark Violet #A506CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 44%
G = 1.6%
B = 54.4%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A506CC (or 0xA506CC) is known color: Dark Violet. HEX triplet: A5, 06 and CC. RGB value is (165,6,204). Sum of RGB (Red+Green+Blue) = 165+6+204=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A506CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506CC is #5AF933. Grayscale: #4B4B4B. Windows color (decimal): -5962036 or 13371045. OLE color: 13371045.

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

Color convert

RGB 165 6 204 -
CMYK 0.19 0.97 0 0.2
HSL 288.18º 0.94% 0.41% -
HSV(B) 288.18º 0.97% 0.8% -
XYZ 26.48 12.49 58.14 -
YUV 76.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 165 6 204 0.19 0.97 0 0.2 288.18 0.94 0.41
Hex A5 6 CC 13 61 0 14 120 5E 29
Octal 245 6 314 23 141 0 24 440 136 51
Binary 10100101 110 11001100 10011 1100001 0 10100 100100000 1011110 101001

Color Harmonies of #A506CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506CC

Black with #A506CC

Text Example


Text Example

White with #A506CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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