Html Css Color HEX #A437D3 Dark Orchid

📋 copy color: '#A437D3'

red 164 ◦ green 55 ◦ blue 211

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

Shades of Dark Orchid #A437D3

Tints of Dark Orchid #A437D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.07%

R = 38.14%
G = 12.79%
B = 49.07%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A437D3 (or 0xA437D3) is known color: Dark Orchid. HEX triplet: A4, 37 and D3. RGB value is (164,55,211). Sum of RGB (Red+Green+Blue) = 164+55+211=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #A437D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437D3 is #5BC82C. Grayscale: #686868. Windows color (decimal): -6015021 or 13842340. OLE color: 13842340.

HSL color Cylindrical-coordinate representation of color #A437D3: hue angle of 281.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A437D3 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 55 211 -
CMYK 0.22 0.74 0 0.17
HSL 281.92º 0.64% 0.52% -
HSV(B) 281.92º 0.74% 0.83% -
XYZ 28.43 15.33 63.09 -
YUV 105.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 164 55 211 0.22 0.74 0 0.17 281.92 0.64 0.52
Hex A4 37 D3 16 4A 0 11 11A 40 34
Octal 244 67 323 26 112 0 21 432 100 64
Binary 10100100 110111 11010011 10110 1001010 0 10001 100011010 1000000 110100

Color Harmonies of #A437D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437D3

Black with #A437D3

Text Example


Text Example

White with #A437D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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