Html Css Color HEX #A508AF Dark Violet

📋 copy color: '#A508AF'

red 165 ◦ green 8 ◦ blue 175

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

Shades of Dark Violet #A508AF

Tints of Dark Violet #A508AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 47.41%
G = 2.3%
B = 50.29%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A508AF (or 0xA508AF) is known color: Dark Violet. HEX triplet: A5, 08 and AF. RGB value is (165,8,175). Sum of RGB (Red+Green+Blue) = 165+8+175=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A508AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A508AF is #5AF750. Grayscale: #494949. Windows color (decimal): -5961553 or 11471013. OLE color: 11471013.

HSL color Cylindrical-coordinate representation of color #A508AF: hue angle of 296.41º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A508AF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 8 175 -
CMYK 0.06 0.95 0 0.31
HSL 296.41º 0.91% 0.36% -
HSV(B) 296.41º 0.95% 0.69% -
XYZ 23.34 11.27 41.5 -
YUV 73.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 165 8 175 0.06 0.95 0 0.31 296.41 0.91 0.36
Hex A5 8 AF 6 5F 0 1F 128 5B 24
Octal 245 10 257 6 137 0 37 450 133 44
Binary 10100101 1000 10101111 110 1011111 0 11111 100101000 1011011 100100

Color Harmonies of #A508AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508AF

Black with #A508AF

Text Example


Text Example

White with #A508AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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