Html Css Color HEX #A51ECF Dark Orchid

📋 copy color: '#A51ECF'

red 165 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #A51ECF

Tints of Dark Orchid #A51ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 41.04%
G = 7.46%
B = 51.49%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A51ECF (or 0xA51ECF) is known color: Dark Orchid. HEX triplet: A5, 1E and CF. RGB value is (165,30,207). Sum of RGB (Red+Green+Blue) = 165+30+207=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A51ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ECF is #5AE130. Grayscale: #595959. Windows color (decimal): -5955889 or 13573797. OLE color: 13573797.

HSL color Cylindrical-coordinate representation of color #A51ECF: hue angle of 285.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51ECF is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 30 207 -
CMYK 0.20 0.86 0 0.19
HSL 285.76º 0.75% 0.46% -
HSV(B) 285.76º 0.86% 0.81% -
XYZ 27.24 13.43 60.19 -
YUV 90.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 165 30 207 0.20 0.86 0 0.19 285.76 0.75 0.46
Hex A5 1E CF 14 56 0 13 11E 4B 2E
Octal 245 36 317 24 126 0 23 436 113 56
Binary 10100101 11110 11001111 10100 1010110 0 10011 100011110 1001011 101110

Color Harmonies of #A51ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ECF

Black with #A51ECF

Text Example


Text Example

White with #A51ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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