Html Css Color HEX #A51DDA Dark Orchid

📋 copy color: '#A51DDA'

red 165 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #A51DDA

Tints of Dark Orchid #A51DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 40.05%
G = 7.04%
B = 52.91%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A51DDA (or 0xA51DDA) is known color: Dark Orchid. HEX triplet: A5, 1D and DA. RGB value is (165,29,218). Sum of RGB (Red+Green+Blue) = 165+29+218=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A51DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DDA is #5AE225. Grayscale: #5A5A5A. Windows color (decimal): -5956134 or 14294437. OLE color: 14294437.

HSL color Cylindrical-coordinate representation of color #A51DDA: hue angle of 283.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51DDA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 29 218 -
CMYK 0.24 0.87 0 0.15
HSL 283.17º 0.77% 0.48% -
HSV(B) 283.17º 0.87% 0.85% -
XYZ 28.61 13.94 67.51 -
YUV 91.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 165 29 218 0.24 0.87 0 0.15 283.17 0.77 0.48
Hex A5 1D DA 18 57 0 F 11B 4D 30
Octal 245 35 332 30 127 0 17 433 115 60
Binary 10100101 11101 11011010 11000 1010111 0 1111 100011011 1001101 110000

Color Harmonies of #A51DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DDA

Black with #A51DDA

Text Example


Text Example

White with #A51DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DDA; }

 p { color: rgb(165,29,218); }

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

background-color css

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

 a { background-color: rgb(165,29,218); }

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

border-color css

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

 span { border-color: rgb(165,29,218); }

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