Html Css Color HEX #A506ED Dark Violet

📋 copy color: '#A506ED'

red 165 ◦ green 6 ◦ blue 237

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

Shades of Dark Violet #A506ED

Tints of Dark Violet #A506ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 40.44%
G = 1.47%
B = 58.09%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A506ED (or 0xA506ED) is known color: Dark Violet. HEX triplet: A5, 06 and ED. RGB value is (165,6,237). Sum of RGB (Red+Green+Blue) = 165+6+237=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A506ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506ED is #5AF912. Grayscale: #4F4F4F. Windows color (decimal): -5962003 or 15533733. OLE color: 15533733.

HSL color Cylindrical-coordinate representation of color #A506ED: hue angle of 281.3º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 6 237 -
CMYK 0.30 0.97 0 0.07
HSL 281.3º 0.95% 0.48% -
HSV(B) 281.3º 0.97% 0.93% -
XYZ 30.87 14.24 81.24 -
YUV 79.88 216.68 188.72 -
System Red Green Blue C M Y K H S L
Decimal 165 6 237 0.30 0.97 0 0.07 281.3 0.95 0.48
Hex A5 6 ED 1E 61 0 7 119 5F 30
Octal 245 6 355 36 141 0 7 431 137 60
Binary 10100101 110 11101101 11110 1100001 0 111 100011001 1011111 110000

Color Harmonies of #A506ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506ED

Black with #A506ED

Text Example


Text Example

White with #A506ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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