Html Css Color HEX #A437CD Dark Orchid

📋 copy color: '#A437CD'

red 164 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #A437CD

Tints of Dark Orchid #A437CD

RGB

 RED value IS 164 (64.45% from 255) = 38.68%

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

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

R = 38.68%
G = 12.97%
B = 48.35%

CMYK

 C value IS 0.2

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A437CD (or 0xA437CD) is known color: Dark Orchid. HEX triplet: A4, 37 and CD. RGB value is (164,55,205). Sum of RGB (Red+Green+Blue) = 164+55+205=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A437CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437CD is #5BC832. Grayscale: #686868. Windows color (decimal): -6015027 or 13449124. OLE color: 13449124.

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

Color convert

RGB 164 55 205 -
CMYK 0.2 0.73 0 0.20
HSL 283.6º 0.6% 0.51% -
HSV(B) 283.6º 0.73% 0.8% -
XYZ 27.7 15.03 59.2 -
YUV 104.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 164 55 205 0.2 0.73 0 0.20 283.6 0.6 0.51
Hex A4 37 CD 14 49 0 14 11C 3C 33
Octal 244 67 315 24 111 0 24 434 74 63
Binary 10100100 110111 11001101 10100 1001001 0 10100 100011100 111100 110011

Color Harmonies of #A437CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437CD

Black with #A437CD

Text Example


Text Example

White with #A437CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437CD; }

 p { color: rgb(164,55,205); }

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

background-color css

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

 a { background-color: rgb(164,55,205); }

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

border-color css

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

 span { border-color: rgb(164,55,205); }

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