Html Css Color HEX #A52ADE Dark Orchid

📋 copy color: '#A52ADE'

red 165 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A52ADE

Tints of Dark Orchid #A52ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

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

R = 38.46%
G = 9.79%
B = 51.75%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A52ADE (or 0xA52ADE) is known color: Dark Orchid. HEX triplet: A5, 2A and DE. RGB value is (165,42,222). Sum of RGB (Red+Green+Blue) = 165+42+222=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #A52ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ADE is #5AD521. Grayscale: #626262. Windows color (decimal): -5952802 or 14559909. OLE color: 14559909.

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

Color convert

RGB 165 42 222 -
CMYK 0.26 0.81 0 0.13
HSL 281º 0.73% 0.52% -
HSV(B) 281º 0.81% 0.87% -
XYZ 29.53 14.93 70.43 -
YUV 99.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 165 42 222 0.26 0.81 0 0.13 281 0.73 0.52
Hex A5 2A DE 1A 51 0 D 119 49 34
Octal 245 52 336 32 121 0 15 431 111 64
Binary 10100101 101010 11011110 11010 1010001 0 1101 100011001 1001001 110100

Color Harmonies of #A52ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ADE

Black with #A52ADE

Text Example


Text Example

White with #A52ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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