Html Css Color HEX #A800CD Dark Violet

📋 copy color: '#A800CD'

red 168 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A800CD

Tints of Dark Violet #A800CD

RGB

 RED value IS 168 (66.02% from 255) = 45.04%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 45.04%
G = 0%
B = 54.96%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A800CD (or 0xA800CD) is known color: Dark Violet. HEX triplet: A8, 00 and CD. RGB value is (168,0,205). Sum of RGB (Red+Green+Blue) = 168+0+205=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #A800CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800CD is #57FF32. Grayscale: #484848. Windows color (decimal): -5766963 or 13435048. OLE color: 13435048.

HSL color Cylindrical-coordinate representation of color #A800CD: hue angle of 289.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800CD is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 0 205 -
CMYK 0.18 1 0 0.20
HSL 289.17º 1% 0.4% -
HSV(B) 289.17º 1% 0.8% -
XYZ 27.17 12.73 58.78 -
YUV 73.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 168 0 205 0.18 1 0 0.20 289.17 1 0.4
Hex A8 0 CD 12 64 0 14 121 64 28
Octal 250 0 315 22 144 0 24 441 144 50
Binary 10101000 0 11001101 10010 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A800CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800CD

Black with #A800CD

Text Example


Text Example

White with #A800CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800CD; }

 p { color: rgb(168,0,205); }

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

background-color css

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

 a { background-color: rgb(168,0,205); }

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

border-color css

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

 span { border-color: rgb(168,0,205); }

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