Html Css Color HEX #A51BC2 Dark Orchid

📋 copy color: '#A51BC2'

red 165 ◦ green 27 ◦ blue 194

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

Shades of Dark Orchid #A51BC2

Tints of Dark Orchid #A51BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 42.75%
G = 6.99%
B = 50.26%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A51BC2 (or 0xA51BC2) is known color: Dark Orchid. HEX triplet: A5, 1B and C2. RGB value is (165,27,194). Sum of RGB (Red+Green+Blue) = 165+27+194=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #A51BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BC2 is #5AE43D. Grayscale: #565656. Windows color (decimal): -5956670 or 12721061. OLE color: 12721061.

HSL color Cylindrical-coordinate representation of color #A51BC2: hue angle of 289.58º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51BC2 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 27 194 -
CMYK 0.15 0.86 0 0.24
HSL 289.58º 0.76% 0.43% -
HSV(B) 289.58º 0.86% 0.76% -
XYZ 25.65 12.68 52.13 -
YUV 87.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 165 27 194 0.15 0.86 0 0.24 289.58 0.76 0.43
Hex A5 1B C2 F 56 0 18 122 4C 2B
Octal 245 33 302 17 126 0 30 442 114 53
Binary 10100101 11011 11000010 1111 1010110 0 11000 100100010 1001100 101011

Color Harmonies of #A51BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BC2

Black with #A51BC2

Text Example


Text Example

White with #A51BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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