Html Css Color HEX #A508C8 Dark Violet

📋 copy color: '#A508C8'

red 165 ◦ green 8 ◦ blue 200

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

Shades of Dark Violet #A508C8

Tints of Dark Violet #A508C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.62%

R = 44.24%
G = 2.14%
B = 53.62%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A508C8 (or 0xA508C8) is known color: Dark Violet. HEX triplet: A5, 08 and C8. RGB value is (165,8,200). Sum of RGB (Red+Green+Blue) = 165+8+200=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #A508C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C8 is #5AF737. Grayscale: #4C4C4C. Windows color (decimal): -5961528 or 13109413. OLE color: 13109413.

HSL color Cylindrical-coordinate representation of color #A508C8: hue angle of 289.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508C8 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 8 200 -
CMYK 0.18 0.96 0 0.22
HSL 289.06º 0.92% 0.41% -
HSV(B) 289.06º 0.96% 0.78% -
XYZ 26.03 12.34 55.65 -
YUV 76.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 165 8 200 0.18 0.96 0 0.22 289.06 0.92 0.41
Hex A5 8 C8 12 60 0 16 121 5C 29
Octal 245 10 310 22 140 0 26 441 134 51
Binary 10100101 1000 11001000 10010 1100000 0 10110 100100001 1011100 101001

Color Harmonies of #A508C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508C8

Black with #A508C8

Text Example


Text Example

White with #A508C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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