Html Css Color HEX #A51DB5 Dark Orchid

📋 copy color: '#A51DB5'

red 165 ◦ green 29 ◦ blue 181

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

Shades of Dark Orchid #A51DB5

Tints of Dark Orchid #A51DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.27%

R = 44%
G = 7.73%
B = 48.27%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A51DB5 (or 0xA51DB5) is known color: Dark Orchid. HEX triplet: A5, 1D and B5. RGB value is (165,29,181). Sum of RGB (Red+Green+Blue) = 165+29+181=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #A51DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DB5 is #5AE24A. Grayscale: #565656. Windows color (decimal): -5956171 or 11869605. OLE color: 11869605.

HSL color Cylindrical-coordinate representation of color #A51DB5: hue angle of 293.68º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51DB5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 29 181 -
CMYK 0.09 0.84 0 0.29
HSL 293.68º 0.72% 0.41% -
HSV(B) 293.68º 0.84% 0.71% -
XYZ 24.3 12.21 44.79 -
YUV 86.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 165 29 181 0.09 0.84 0 0.29 293.68 0.72 0.41
Hex A5 1D B5 9 54 0 1D 126 48 29
Octal 245 35 265 11 124 0 35 446 110 51
Binary 10100101 11101 10110101 1001 1010100 0 11101 100100110 1001000 101001

Color Harmonies of #A51DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DB5

Black with #A51DB5

Text Example


Text Example

White with #A51DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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