Html Css Color HEX #A536C1 Dark Orchid

📋 copy color: '#A536C1'

red 165 ◦ green 54 ◦ blue 193

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

Shades of Dark Orchid #A536C1

Tints of Dark Orchid #A536C1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 193 (75.78% from 255) = 46.84%

R = 40.05%
G = 13.11%
B = 46.84%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A536C1 (or 0xA536C1) is known color: Dark Orchid. HEX triplet: A5, 36 and C1. RGB value is (165,54,193). Sum of RGB (Red+Green+Blue) = 165+54+193=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #A536C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C1 is #5AC93E. Grayscale: #666666. Windows color (decimal): -5949759 or 12662437. OLE color: 12662437.

HSL color Cylindrical-coordinate representation of color #A536C1: hue angle of 287.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A536C1 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 54 193 -
CMYK 0.15 0.72 0 0.24
HSL 287.91º 0.56% 0.48% -
HSV(B) 287.91º 0.72% 0.76% -
XYZ 26.46 14.49 51.85 -
YUV 103.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 165 54 193 0.15 0.72 0 0.24 287.91 0.56 0.48
Hex A5 36 C1 F 48 0 18 120 38 30
Octal 245 66 301 17 110 0 30 440 70 60
Binary 10100101 110110 11000001 1111 1001000 0 11000 100100000 111000 110000

Color Harmonies of #A536C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536C1

Black with #A536C1

Text Example


Text Example

White with #A536C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536C1; }

 p { color: rgb(165,54,193); }

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

background-color css

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

 a { background-color: rgb(165,54,193); }

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

border-color css

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

 span { border-color: rgb(165,54,193); }

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