Html Css Color HEX #A51EDF Dark Orchid

📋 copy color: '#A51EDF'

red 165 ◦ green 30 ◦ blue 223

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

Shades of Dark Orchid #A51EDF

Tints of Dark Orchid #A51EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 39.47%
G = 7.18%
B = 53.35%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A51EDF (or 0xA51EDF) is known color: Dark Orchid. HEX triplet: A5, 1E and DF. RGB value is (165,30,223). Sum of RGB (Red+Green+Blue) = 165+30+223=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #A51EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EDF is #5AE120. Grayscale: #5B5B5B. Windows color (decimal): -5955873 or 14622373. OLE color: 14622373.

HSL color Cylindrical-coordinate representation of color #A51EDF: hue angle of 281.97º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51EDF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 30 223 -
CMYK 0.26 0.87 0 0.13
HSL 281.97º 0.76% 0.5% -
HSV(B) 281.97º 0.87% 0.87% -
XYZ 29.3 14.26 71.02 -
YUV 92.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 165 30 223 0.26 0.87 0 0.13 281.97 0.76 0.5
Hex A5 1E DF 1A 57 0 D 11A 4C 32
Octal 245 36 337 32 127 0 15 432 114 62
Binary 10100101 11110 11011111 11010 1010111 0 1101 100011010 1001100 110010

Color Harmonies of #A51EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EDF

Black with #A51EDF

Text Example


Text Example

White with #A51EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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