Html Css Color HEX #A51BCD Dark Orchid

📋 copy color: '#A51BCD'

red 165 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #A51BCD

Tints of Dark Orchid #A51BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 41.56%
G = 6.8%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A51BCD (or 0xA51BCD) is known color: Dark Orchid. HEX triplet: A5, 1B and CD. RGB value is (165,27,205). Sum of RGB (Red+Green+Blue) = 165+27+205=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A51BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BCD is #5AE432. Grayscale: #575757. Windows color (decimal): -5956659 or 13441957. OLE color: 13441957.

HSL color Cylindrical-coordinate representation of color #A51BCD: hue angle of 286.52º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51BCD is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 27 205 -
CMYK 0.20 0.87 0 0.20
HSL 286.52º 0.77% 0.45% -
HSV(B) 286.52º 0.87% 0.8% -
XYZ 26.93 13.19 58.88 -
YUV 88.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 165 27 205 0.20 0.87 0 0.20 286.52 0.77 0.45
Hex A5 1B CD 14 57 0 14 11F 4D 2D
Octal 245 33 315 24 127 0 24 437 115 55
Binary 10100101 11011 11001101 10100 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A51BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BCD

Black with #A51BCD

Text Example


Text Example

White with #A51BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BCD; }

 p { color: rgb(165,27,205); }

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

background-color css

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

 a { background-color: rgb(165,27,205); }

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

border-color css

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

 span { border-color: rgb(165,27,205); }

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