Html Css Color HEX #A437CF Dark Orchid

📋 copy color: '#A437CF'

red 164 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #A437CF

Tints of Dark Orchid #A437CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 38.5%
G = 12.91%
B = 48.59%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A437CF (or 0xA437CF) is known color: Dark Orchid. HEX triplet: A4, 37 and CF. RGB value is (164,55,207). Sum of RGB (Red+Green+Blue) = 164+55+207=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A437CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437CF is #5BC830. Grayscale: #686868. Windows color (decimal): -6015025 or 13580196. OLE color: 13580196.

HSL color Cylindrical-coordinate representation of color #A437CF: hue angle of 283.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A437CF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 55 207 -
CMYK 0.21 0.73 0 0.19
HSL 283.03º 0.61% 0.51% -
HSV(B) 283.03º 0.73% 0.81% -
XYZ 27.94 15.13 60.48 -
YUV 104.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 164 55 207 0.21 0.73 0 0.19 283.03 0.61 0.51
Hex A4 37 CF 15 49 0 13 11B 3D 33
Octal 244 67 317 25 111 0 23 433 75 63
Binary 10100100 110111 11001111 10101 1001001 0 10011 100011011 111101 110011

Color Harmonies of #A437CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437CF

Black with #A437CF

Text Example


Text Example

White with #A437CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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