Html Css Color HEX #A937CC Dark Orchid

📋 copy color: '#A937CC'

red 169 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #A937CC

Tints of Dark Orchid #A937CC

RGB

 RED value IS 169 (66.41% from 255) = 39.49%

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

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

R = 39.49%
G = 12.85%
B = 47.66%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A937CC (or 0xA937CC) is known color: Dark Orchid. HEX triplet: A9, 37 and CC. RGB value is (169,55,204). Sum of RGB (Red+Green+Blue) = 169+55+204=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A937CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A937CC is #56C833. Grayscale: #696969. Windows color (decimal): -5687348 or 13383593. OLE color: 13383593.

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

Color convert

RGB 169 55 204 -
CMYK 0.17 0.73 0 0.2
HSL 285.91º 0.59% 0.51% -
HSV(B) 285.91º 0.73% 0.8% -
XYZ 28.63 15.53 58.61 -
YUV 106.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 169 55 204 0.17 0.73 0 0.2 285.91 0.59 0.51
Hex A9 37 CC 11 49 0 14 11E 3B 33
Octal 251 67 314 21 111 0 24 436 73 63
Binary 10101001 110111 11001100 10001 1001001 0 10100 100011110 111011 110011

Color Harmonies of #A937CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A937CC

Black with #A937CC

Text Example


Text Example

White with #A937CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A937CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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