Html Css Color HEX #A506CF Dark Violet

📋 copy color: '#A506CF'

red 165 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #A506CF

Tints of Dark Violet #A506CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 43.65%
G = 1.59%
B = 54.76%

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

#A506CF (or 0xA506CF) is known color: Dark Violet. HEX triplet: A5, 06 and CF. RGB value is (165,6,207). Sum of RGB (Red+Green+Blue) = 165+6+207=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #A506CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506CF is #5AF930. Grayscale: #4B4B4B. Windows color (decimal): -5962033 or 13567653. OLE color: 13567653.

HSL color Cylindrical-coordinate representation of color #A506CF: hue angle of 287.46º 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 #A506CF is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 6 207 -
CMYK 0.20 0.97 0 0.19
HSL 287.46º 0.94% 0.42% -
HSV(B) 287.46º 0.97% 0.81% -
XYZ 26.84 12.63 60.06 -
YUV 76.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 165 6 207 0.20 0.97 0 0.19 287.46 0.94 0.42
Hex A5 6 CF 14 61 0 13 11F 5E 2A
Octal 245 6 317 24 141 0 23 437 136 52
Binary 10100101 110 11001111 10100 1100001 0 10011 100011111 1011110 101010

Color Harmonies of #A506CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506CF

Black with #A506CF

Text Example


Text Example

White with #A506CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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