Html Css Color HEX #A508B8 Dark Violet

📋 copy color: '#A508B8'

red 165 ◦ green 8 ◦ blue 184

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

Shades of Dark Violet #A508B8

Tints of Dark Violet #A508B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 46.22%
G = 2.24%
B = 51.54%

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

#A508B8 (or 0xA508B8) is known color: Dark Violet. HEX triplet: A5, 08 and B8. RGB value is (165,8,184). Sum of RGB (Red+Green+Blue) = 165+8+184=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #A508B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508B8 is #5AF747. Grayscale: #4A4A4A. Windows color (decimal): -5961544 or 12060837. OLE color: 12060837.

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

Color convert

RGB 165 8 184 -
CMYK 0.10 0.96 0 0.28
HSL 293.52º 0.92% 0.38% -
HSV(B) 293.52º 0.96% 0.72% -
XYZ 24.26 11.63 46.31 -
YUV 75.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 165 8 184 0.10 0.96 0 0.28 293.52 0.92 0.38
Hex A5 8 B8 A 60 0 1C 126 5C 26
Octal 245 10 270 12 140 0 34 446 134 46
Binary 10100101 1000 10111000 1010 1100000 0 11100 100100110 1011100 100110

Color Harmonies of #A508B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508B8

Black with #A508B8

Text Example


Text Example

White with #A508B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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