Html Css Color HEX #A508B7 Dark Violet

📋 copy color: '#A508B7'

red 165 ◦ green 8 ◦ blue 183

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

Shades of Dark Violet #A508B7

Tints of Dark Violet #A508B7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 183 (71.88% from 255) = 51.4%

R = 46.35%
G = 2.25%
B = 51.4%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A508B7 (or 0xA508B7) is known color: Dark Violet. HEX triplet: A5, 08 and B7. RGB value is (165,8,183). Sum of RGB (Red+Green+Blue) = 165+8+183=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #A508B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508B7 is #5AF748. Grayscale: #4A4A4A. Windows color (decimal): -5961545 or 11995301. OLE color: 11995301.

HSL color Cylindrical-coordinate representation of color #A508B7: hue angle of 293.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508B7 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 8 183 -
CMYK 0.10 0.96 0 0.28
HSL 293.83º 0.92% 0.37% -
HSV(B) 293.83º 0.96% 0.72% -
XYZ 24.15 11.59 45.76 -
YUV 74.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 165 8 183 0.10 0.96 0 0.28 293.83 0.92 0.37
Hex A5 8 B7 A 60 0 1C 126 5C 25
Octal 245 10 267 12 140 0 34 446 134 45
Binary 10100101 1000 10110111 1010 1100000 0 11100 100100110 1011100 100101

Color Harmonies of #A508B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508B7

Black with #A508B7

Text Example


Text Example

White with #A508B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508B7; }

 p { color: rgb(165,8,183); }

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

background-color css

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

 a { background-color: rgb(165,8,183); }

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

border-color css

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

 span { border-color: rgb(165,8,183); }

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