Html Css Color HEX #A542E0 Dark Orchid

📋 copy color: '#A542E0'

red 165 ◦ green 66 ◦ blue 224

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

Shades of Dark Orchid #A542E0

Tints of Dark Orchid #A542E0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.51%

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 36.26%
G = 14.51%
B = 49.23%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A542E0 (or 0xA542E0) is known color: Dark Orchid. HEX triplet: A5, 42 and E0. RGB value is (165,66,224). Sum of RGB (Red+Green+Blue) = 165+66+224=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #A542E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542E0 is #5ABD1F. Grayscale: #717171. Windows color (decimal): -5946656 or 14697125. OLE color: 14697125.

HSL color Cylindrical-coordinate representation of color #A542E0: hue angle of 277.59º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A542E0 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 66 224 -
CMYK 0.26 0.71 0 0.12
HSL 277.59º 0.72% 0.57% -
HSV(B) 277.59º 0.71% 0.88% -
XYZ 30.92 17.28 72.23 -
YUV 113.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 165 66 224 0.26 0.71 0 0.12 277.59 0.72 0.57
Hex A5 42 E0 1A 47 0 C 116 48 39
Octal 245 102 340 32 107 0 14 426 110 71
Binary 10100101 1000010 11100000 11010 1000111 0 1100 100010110 1001000 111001

Color Harmonies of #A542E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542E0

Black with #A542E0

Text Example


Text Example

White with #A542E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542E0; }

 p { color: rgb(165,66,224); }

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

background-color css

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

 a { background-color: rgb(165,66,224); }

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

border-color css

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

 span { border-color: rgb(165,66,224); }

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