Html Css Color HEX #A51ACD Dark Orchid

📋 copy color: '#A51ACD'

red 165 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #A51ACD

Tints of Dark Orchid #A51ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

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

R = 41.67%
G = 6.57%
B = 51.77%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A51ACD (or 0xA51ACD) is known color: Dark Orchid. HEX triplet: A5, 1A and CD. RGB value is (165,26,205). Sum of RGB (Red+Green+Blue) = 165+26+205=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #A51ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ACD is #5AE532. Grayscale: #575757. Windows color (decimal): -5956915 or 13441701. OLE color: 13441701.

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

Color convert

RGB 165 26 205 -
CMYK 0.20 0.87 0 0.20
HSL 286.59º 0.77% 0.45% -
HSV(B) 286.59º 0.87% 0.8% -
XYZ 26.91 13.15 58.88 -
YUV 87.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 165 26 205 0.20 0.87 0 0.20 286.59 0.77 0.45
Hex A5 1A CD 14 57 0 14 11F 4D 2D
Octal 245 32 315 24 127 0 24 437 115 55
Binary 10100101 11010 11001101 10100 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A51ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ACD

Black with #A51ACD

Text Example


Text Example

White with #A51ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ACD; }

 p { color: rgb(165,26,205); }

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

background-color css

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

 a { background-color: rgb(165,26,205); }

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

border-color css

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

 span { border-color: rgb(165,26,205); }

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