Html Css Color HEX #A51EC2 Dark Orchid

📋 copy color: '#A51EC2'

red 165 ◦ green 30 ◦ blue 194

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

Shades of Dark Orchid #A51EC2

Tints of Dark Orchid #A51EC2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

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

R = 42.42%
G = 7.71%
B = 49.87%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A51EC2 (or 0xA51EC2) is known color: Dark Orchid. HEX triplet: A5, 1E and C2. RGB value is (165,30,194). Sum of RGB (Red+Green+Blue) = 165+30+194=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #A51EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EC2 is #5AE13D. Grayscale: #585858. Windows color (decimal): -5955902 or 12721829. OLE color: 12721829.

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

Color convert

RGB 165 30 194 -
CMYK 0.15 0.85 0 0.24
HSL 289.39º 0.73% 0.44% -
HSV(B) 289.39º 0.85% 0.76% -
XYZ 25.72 12.82 52.16 -
YUV 89.06 187.23 182.16 -
System Red Green Blue C M Y K H S L
Decimal 165 30 194 0.15 0.85 0 0.24 289.39 0.73 0.44
Hex A5 1E C2 F 55 0 18 121 49 2C
Octal 245 36 302 17 125 0 30 441 111 54
Binary 10100101 11110 11000010 1111 1010101 0 11000 100100001 1001001 101100

Color Harmonies of #A51EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EC2

Black with #A51EC2

Text Example


Text Example

White with #A51EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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