Html Css Color HEX #A51CC3 Dark Orchid

📋 copy color: '#A51CC3'

red 165 ◦ green 28 ◦ blue 195

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

Shades of Dark Orchid #A51CC3

Tints of Dark Orchid #A51CC3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 42.53%
G = 7.22%
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

#A51CC3 (or 0xA51CC3) is known color: Dark Orchid. HEX triplet: A5, 1C and C3. RGB value is (165,28,195). Sum of RGB (Red+Green+Blue) = 165+28+195=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #A51CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CC3 is #5AE33C. Grayscale: #575757. Windows color (decimal): -5956413 or 12786853. OLE color: 12786853.

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

Color convert

RGB 165 28 195 -
CMYK 0.15 0.86 0 0.24
HSL 289.22º 0.75% 0.44% -
HSV(B) 289.22º 0.86% 0.76% -
XYZ 25.78 12.77 52.74 -
YUV 88 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 165 28 195 0.15 0.86 0 0.24 289.22 0.75 0.44
Hex A5 1C C3 F 56 0 18 121 4B 2C
Octal 245 34 303 17 126 0 30 441 113 54
Binary 10100101 11100 11000011 1111 1010110 0 11000 100100001 1001011 101100

Color Harmonies of #A51CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CC3

Black with #A51CC3

Text Example


Text Example

White with #A51CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CC3; }

 p { color: rgb(165,28,195); }

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

background-color css

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

 a { background-color: rgb(165,28,195); }

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

border-color css

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

 span { border-color: rgb(165,28,195); }

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