Html Css Color HEX #A53DC9 Dark Orchid

📋 copy color: '#A53DC9'

red 165 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #A53DC9

Tints of Dark Orchid #A53DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 38.64%
G = 14.29%
B = 47.07%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A53DC9 (or 0xA53DC9) is known color: Dark Orchid. HEX triplet: A5, 3D and C9. RGB value is (165,61,201). Sum of RGB (Red+Green+Blue) = 165+61+201=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #A53DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DC9 is #5AC236. Grayscale: #6B6B6B. Windows color (decimal): -5947959 or 13188517. OLE color: 13188517.

HSL color Cylindrical-coordinate representation of color #A53DC9: hue angle of 284.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53DC9 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 61 201 -
CMYK 0.18 0.70 0 0.21
HSL 284.57º 0.56% 0.51% -
HSV(B) 284.57º 0.7% 0.79% -
XYZ 27.73 15.55 56.8 -
YUV 108.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 165 61 201 0.18 0.70 0 0.21 284.57 0.56 0.51
Hex A5 3D C9 12 46 0 15 11D 38 33
Octal 245 75 311 22 106 0 25 435 70 63
Binary 10100101 111101 11001001 10010 1000110 0 10101 100011101 111000 110011

Color Harmonies of #A53DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DC9

Black with #A53DC9

Text Example


Text Example

White with #A53DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DC9; }

 p { color: rgb(165,61,201); }

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

background-color css

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

 a { background-color: rgb(165,61,201); }

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

border-color css

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

 span { border-color: rgb(165,61,201); }

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