Html Css Color HEX #A538BE Dark Orchid

📋 copy color: '#A538BE'

red 165 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #A538BE

Tints of Dark Orchid #A538BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 40.15%
G = 13.63%
B = 46.23%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A538BE (or 0xA538BE) is known color: Dark Orchid. HEX triplet: A5, 38 and BE. RGB value is (165,56,190). Sum of RGB (Red+Green+Blue) = 165+56+190=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #A538BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538BE is #5AC741. Grayscale: #676767. Windows color (decimal): -5949250 or 12466341. OLE color: 12466341.

HSL color Cylindrical-coordinate representation of color #A538BE: hue angle of 288.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A538BE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 56 190 -
CMYK 0.13 0.71 0 0.25
HSL 288.81º 0.54% 0.48% -
HSV(B) 288.81º 0.71% 0.75% -
XYZ 26.23 14.55 50.14 -
YUV 103.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 165 56 190 0.13 0.71 0 0.25 288.81 0.54 0.48
Hex A5 38 BE D 47 0 19 121 36 30
Octal 245 70 276 15 107 0 31 441 66 60
Binary 10100101 111000 10111110 1101 1000111 0 11001 100100001 110110 110000

Color Harmonies of #A538BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538BE

Black with #A538BE

Text Example


Text Example

White with #A538BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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