Html Css Color HEX #A51EC0 Dark Orchid

📋 copy color: '#A51EC0'

red 165 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #A51EC0

Tints of Dark Orchid #A51EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.75%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 42.64%
G = 7.75%
B = 49.61%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A51EC0 (or 0xA51EC0) is known color: Dark Orchid. HEX triplet: A5, 1E and C0. RGB value is (165,30,192). Sum of RGB (Red+Green+Blue) = 165+30+192=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A51EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EC0 is #5AE13F. Grayscale: #585858. Windows color (decimal): -5955904 or 12590757. OLE color: 12590757.

HSL color Cylindrical-coordinate representation of color #A51EC0: hue angle of 290º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51EC0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 30 192 -
CMYK 0.14 0.84 0 0.25
HSL 290º 0.73% 0.44% -
HSV(B) 290º 0.84% 0.75% -
XYZ 25.5 12.73 50.98 -
YUV 88.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 165 30 192 0.14 0.84 0 0.25 290 0.73 0.44
Hex A5 1E C0 E 54 0 19 122 49 2C
Octal 245 36 300 16 124 0 31 442 111 54
Binary 10100101 11110 11000000 1110 1010100 0 11001 100100010 1001001 101100

Color Harmonies of #A51EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EC0

Black with #A51EC0

Text Example


Text Example

White with #A51EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EC0; }

 p { color: rgb(165,30,192); }

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

background-color css

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

 a { background-color: rgb(165,30,192); }

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

border-color css

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

 span { border-color: rgb(165,30,192); }

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