Html Css Color HEX #A51BE0 Dark Orchid

📋 copy color: '#A51BE0'

red 165 ◦ green 27 ◦ blue 224

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

Shades of Dark Orchid #A51BE0

Tints of Dark Orchid #A51BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 39.66%
G = 6.49%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A51BE0 (or 0xA51BE0) is known color: Dark Orchid. HEX triplet: A5, 1B and E0. RGB value is (165,27,224). Sum of RGB (Red+Green+Blue) = 165+27+224=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #A51BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BE0 is #5AE41F. Grayscale: #5A5A5A. Windows color (decimal): -5956640 or 14687141. OLE color: 14687141.

HSL color Cylindrical-coordinate representation of color #A51BE0: hue angle of 282.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51BE0 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 27 224 -
CMYK 0.26 0.88 0 0.12
HSL 282.03º 0.78% 0.49% -
HSV(B) 282.03º 0.88% 0.88% -
XYZ 29.36 14.17 71.71 -
YUV 90.72 203.22 180.98 -
System Red Green Blue C M Y K H S L
Decimal 165 27 224 0.26 0.88 0 0.12 282.03 0.78 0.49
Hex A5 1B E0 1A 58 0 C 11A 4E 31
Octal 245 33 340 32 130 0 14 432 116 61
Binary 10100101 11011 11100000 11010 1011000 0 1100 100011010 1001110 110001

Color Harmonies of #A51BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BE0

Black with #A51BE0

Text Example


Text Example

White with #A51BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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