Html Css Color HEX #A508E7 Dark Violet

📋 copy color: '#A508E7'

red 165 ◦ green 8 ◦ blue 231

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

Shades of Dark Violet #A508E7

Tints of Dark Violet #A508E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 57.18%

R = 40.84%
G = 1.98%
B = 57.18%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A508E7 (or 0xA508E7) is known color: Dark Violet. HEX triplet: A5, 08 and E7. RGB value is (165,8,231). Sum of RGB (Red+Green+Blue) = 165+8+231=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #A508E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508E7 is #5AF718. Grayscale: #4F4F4F. Windows color (decimal): -5961497 or 15141029. OLE color: 15141029.

HSL color Cylindrical-coordinate representation of color #A508E7: hue angle of 282.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A508E7 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 8 231 -
CMYK 0.29 0.97 0 0.09
HSL 282.24º 0.93% 0.47% -
HSV(B) 282.24º 0.97% 0.91% -
XYZ 30.03 13.94 76.71 -
YUV 80.37 213.01 188.37 -
System Red Green Blue C M Y K H S L
Decimal 165 8 231 0.29 0.97 0 0.09 282.24 0.93 0.47
Hex A5 8 E7 1D 61 0 9 11A 5D 2F
Octal 245 10 347 35 141 0 11 432 135 57
Binary 10100101 1000 11100111 11101 1100001 0 1001 100011010 1011101 101111

Color Harmonies of #A508E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508E7

Black with #A508E7

Text Example


Text Example

White with #A508E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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