Html Css Color HEX #A508CB Dark Violet

📋 copy color: '#A508CB'

red 165 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #A508CB

Tints of Dark Violet #A508CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 43.88%
G = 2.13%
B = 53.99%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A508CB (or 0xA508CB) is known color: Dark Violet. HEX triplet: A5, 08 and CB. RGB value is (165,8,203). Sum of RGB (Red+Green+Blue) = 165+8+203=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #A508CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508CB is #5AF734. Grayscale: #4C4C4C. Windows color (decimal): -5961525 or 13306021. OLE color: 13306021.

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

Color convert

RGB 165 8 203 -
CMYK 0.19 0.96 0 0.20
HSL 288.31º 0.92% 0.41% -
HSV(B) 288.31º 0.96% 0.8% -
XYZ 26.38 12.48 57.52 -
YUV 77.17 199.01 190.64 -
System Red Green Blue C M Y K H S L
Decimal 165 8 203 0.19 0.96 0 0.20 288.31 0.92 0.41
Hex A5 8 CB 13 60 0 14 120 5C 29
Octal 245 10 313 23 140 0 24 440 134 51
Binary 10100101 1000 11001011 10011 1100000 0 10100 100100000 1011100 101001

Color Harmonies of #A508CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508CB

Black with #A508CB

Text Example


Text Example

White with #A508CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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