Html Css Color HEX #A537CC Dark Orchid

📋 copy color: '#A537CC'

red 165 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #A537CC

Tints of Dark Orchid #A537CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.97%

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 38.92%
G = 12.97%
B = 48.11%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A537CC (or 0xA537CC) is known color: Dark Orchid. HEX triplet: A5, 37 and CC. RGB value is (165,55,204). Sum of RGB (Red+Green+Blue) = 165+55+204=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A537CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537CC is #5AC833. Grayscale: #686868. Windows color (decimal): -5949492 or 13383589. OLE color: 13383589.

HSL color Cylindrical-coordinate representation of color #A537CC: hue angle of 284.3º degrees, saturation: 0.59, 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 #A537CC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 55 204 -
CMYK 0.19 0.73 0 0.2
HSL 284.3º 0.59% 0.51% -
HSV(B) 284.3º 0.73% 0.8% -
XYZ 27.78 15.09 58.58 -
YUV 104.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 165 55 204 0.19 0.73 0 0.2 284.3 0.59 0.51
Hex A5 37 CC 13 49 0 14 11C 3B 33
Octal 245 67 314 23 111 0 24 434 73 63
Binary 10100101 110111 11001100 10011 1001001 0 10100 100011100 111011 110011

Color Harmonies of #A537CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537CC

Black with #A537CC

Text Example


Text Example

White with #A537CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537CC; }

 p { color: rgb(165,55,204); }

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

background-color css

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

 a { background-color: rgb(165,55,204); }

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

border-color css

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

 span { border-color: rgb(165,55,204); }

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