Html Css Color HEX #A51ADE Dark Orchid

📋 copy color: '#A51ADE'

red 165 ◦ green 26 ◦ blue 222

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

Shades of Dark Orchid #A51ADE

Tints of Dark Orchid #A51ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 39.95%
G = 6.3%
B = 53.75%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A51ADE (or 0xA51ADE) is known color: Dark Orchid. HEX triplet: A5, 1A and DE. RGB value is (165,26,222). Sum of RGB (Red+Green+Blue) = 165+26+222=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #A51ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ADE is #5AE521. Grayscale: #595959. Windows color (decimal): -5956898 or 14555813. OLE color: 14555813.

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

Color convert

RGB 165 26 222 -
CMYK 0.26 0.88 0 0.13
HSL 282.55º 0.79% 0.49% -
HSV(B) 282.55º 0.88% 0.87% -
XYZ 29.07 14.01 70.28 -
YUV 89.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 165 26 222 0.26 0.88 0 0.13 282.55 0.79 0.49
Hex A5 1A DE 1A 58 0 D 11B 4F 31
Octal 245 32 336 32 130 0 15 433 117 61
Binary 10100101 11010 11011110 11010 1011000 0 1101 100011011 1001111 110001

Color Harmonies of #A51ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ADE

Black with #A51ADE

Text Example


Text Example

White with #A51ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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