Html Css Color HEX #A53EC8 Dark Orchid

📋 copy color: '#A53EC8'

red 165 ◦ green 62 ◦ blue 200

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

Shades of Dark Orchid #A53EC8

Tints of Dark Orchid #A53EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.52%

 BLUE value IS 200 (78.52% from 255) = 46.84%

R = 38.64%
G = 14.52%
B = 46.84%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A53EC8 (or 0xA53EC8) is known color: Dark Orchid. HEX triplet: A5, 3E and C8. RGB value is (165,62,200). Sum of RGB (Red+Green+Blue) = 165+62+200=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #A53EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53EC8 is #5AC137. Grayscale: #6C6C6C. Windows color (decimal): -5947704 or 13123237. OLE color: 13123237.

HSL color Cylindrical-coordinate representation of color #A53EC8: hue angle of 284.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53EC8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 62 200 -
CMYK 0.18 0.69 0 0.22
HSL 284.78º 0.56% 0.51% -
HSV(B) 284.78º 0.69% 0.78% -
XYZ 27.67 15.61 56.2 -
YUV 108.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 165 62 200 0.18 0.69 0 0.22 284.78 0.56 0.51
Hex A5 3E C8 12 45 0 16 11D 38 33
Octal 245 76 310 22 105 0 26 435 70 63
Binary 10100101 111110 11001000 10010 1000101 0 10110 100011101 111000 110011

Color Harmonies of #A53EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53EC8

Black with #A53EC8

Text Example


Text Example

White with #A53EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53EC8; }

 p { color: rgb(165,62,200); }

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

background-color css

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

 a { background-color: rgb(165,62,200); }

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

border-color css

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

 span { border-color: rgb(165,62,200); }

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