Html Css Color HEX #A51AC0 Dark Orchid

📋 copy color: '#A51AC0'

red 165 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #A51AC0

Tints of Dark Orchid #A51AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 43.08%
G = 6.79%
B = 50.13%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A51AC0 (or 0xA51AC0) is known color: Dark Orchid. HEX triplet: A5, 1A and C0. RGB value is (165,26,192). Sum of RGB (Red+Green+Blue) = 165+26+192=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #A51AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AC0 is #5AE53F. Grayscale: #555555. Windows color (decimal): -5956928 or 12589733. OLE color: 12589733.

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

Color convert

RGB 165 26 192 -
CMYK 0.14 0.86 0 0.25
HSL 290.24º 0.76% 0.43% -
HSV(B) 290.24º 0.86% 0.75% -
XYZ 25.4 12.54 50.95 -
YUV 86.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 165 26 192 0.14 0.86 0 0.25 290.24 0.76 0.43
Hex A5 1A C0 E 56 0 19 122 4C 2B
Octal 245 32 300 16 126 0 31 442 114 53
Binary 10100101 11010 11000000 1110 1010110 0 11001 100100010 1001100 101011

Color Harmonies of #A51AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AC0

Black with #A51AC0

Text Example


Text Example

White with #A51AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AC0; }

 p { color: rgb(165,26,192); }

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

background-color css

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

 a { background-color: rgb(165,26,192); }

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

border-color css

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

 span { border-color: rgb(165,26,192); }

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