Html Css Color HEX #A51DB0 Dark Orchid

📋 copy color: '#A51DB0'

red 165 ◦ green 29 ◦ blue 176

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

Shades of Dark Orchid #A51DB0

Tints of Dark Orchid #A51DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.57%

R = 44.59%
G = 7.84%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A51DB0 (or 0xA51DB0) is known color: Dark Orchid. HEX triplet: A5, 1D and B0. RGB value is (165,29,176). Sum of RGB (Red+Green+Blue) = 165+29+176=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #A51DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51DB0 is #5AE24F. Grayscale: #555555. Windows color (decimal): -5956176 or 11541925. OLE color: 11541925.

HSL color Cylindrical-coordinate representation of color #A51DB0: hue angle of 295.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51DB0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 29 176 -
CMYK 0.06 0.84 0 0.31
HSL 295.51º 0.72% 0.4% -
HSV(B) 295.51º 0.84% 0.69% -
XYZ 23.79 12.01 42.14 -
YUV 86.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 165 29 176 0.06 0.84 0 0.31 295.51 0.72 0.4
Hex A5 1D B0 6 54 0 1F 128 48 28
Octal 245 35 260 6 124 0 37 450 110 50
Binary 10100101 11101 10110000 110 1010100 0 11111 100101000 1001000 101000

Color Harmonies of #A51DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DB0

Black with #A51DB0

Text Example


Text Example

White with #A51DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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