Html Css Color HEX #A538CD Dark Orchid

📋 copy color: '#A538CD'

red 165 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #A538CD

Tints of Dark Orchid #A538CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.15%

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 38.73%
G = 13.15%
B = 48.12%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A538CD (or 0xA538CD) is known color: Dark Orchid. HEX triplet: A5, 38 and CD. RGB value is (165,56,205). Sum of RGB (Red+Green+Blue) = 165+56+205=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A538CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538CD is #5AC732. Grayscale: #696969. Windows color (decimal): -5949235 or 13449381. OLE color: 13449381.

HSL color Cylindrical-coordinate representation of color #A538CD: hue angle of 283.89º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A538CD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 56 205 -
CMYK 0.20 0.73 0 0.20
HSL 283.89º 0.6% 0.51% -
HSV(B) 283.89º 0.73% 0.8% -
XYZ 27.95 15.24 59.23 -
YUV 105.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 165 56 205 0.20 0.73 0 0.20 283.89 0.6 0.51
Hex A5 38 CD 14 49 0 14 11C 3C 33
Octal 245 70 315 24 111 0 24 434 74 63
Binary 10100101 111000 11001101 10100 1001001 0 10100 100011100 111100 110011

Color Harmonies of #A538CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538CD

Black with #A538CD

Text Example


Text Example

White with #A538CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538CD; }

 p { color: rgb(165,56,205); }

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

background-color css

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

 a { background-color: rgb(165,56,205); }

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

border-color css

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

 span { border-color: rgb(165,56,205); }

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