Html Css Color HEX #A51FD2 Dark Orchid

📋 copy color: '#A51FD2'

red 165 ◦ green 31 ◦ blue 210

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

Shades of Dark Orchid #A51FD2

Tints of Dark Orchid #A51FD2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.64%

 BLUE value IS 210 (82.42% from 255) = 51.72%

R = 40.64%
G = 7.64%
B = 51.72%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A51FD2 (or 0xA51FD2) is known color: Dark Orchid. HEX triplet: A5, 1F and D2. RGB value is (165,31,210). Sum of RGB (Red+Green+Blue) = 165+31+210=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A51FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FD2 is #5AE02D. Grayscale: #5A5A5A. Windows color (decimal): -5955630 or 13770661. OLE color: 13770661.

HSL color Cylindrical-coordinate representation of color #A51FD2: hue angle of 284.92º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51FD2 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 31 210 -
CMYK 0.21 0.85 0 0.18
HSL 284.92º 0.74% 0.47% -
HSV(B) 284.92º 0.85% 0.82% -
XYZ 27.64 13.63 62.15 -
YUV 91.47 194.89 180.45 -
System Red Green Blue C M Y K H S L
Decimal 165 31 210 0.21 0.85 0 0.18 284.92 0.74 0.47
Hex A5 1F D2 15 55 0 12 11D 4A 2F
Octal 245 37 322 25 125 0 22 435 112 57
Binary 10100101 11111 11010010 10101 1010101 0 10010 100011101 1001010 101111

Color Harmonies of #A51FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FD2

Black with #A51FD2

Text Example


Text Example

White with #A51FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FD2; }

 p { color: rgb(165,31,210); }

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

background-color css

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

 a { background-color: rgb(165,31,210); }

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

border-color css

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

 span { border-color: rgb(165,31,210); }

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