Html Css Color HEX #A437D0 Dark Orchid

📋 copy color: '#A437D0'

red 164 ◦ green 55 ◦ blue 208

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

Shades of Dark Orchid #A437D0

Tints of Dark Orchid #A437D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 38.41%
G = 12.88%
B = 48.71%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A437D0 (or 0xA437D0) is known color: Dark Orchid. HEX triplet: A4, 37 and D0. RGB value is (164,55,208). Sum of RGB (Red+Green+Blue) = 164+55+208=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #A437D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437D0 is #5BC82F. Grayscale: #686868. Windows color (decimal): -6015024 or 13645732. OLE color: 13645732.

HSL color Cylindrical-coordinate representation of color #A437D0: hue angle of 282.75º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A437D0 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 55 208 -
CMYK 0.21 0.74 0 0.18
HSL 282.75º 0.62% 0.52% -
HSV(B) 282.75º 0.74% 0.82% -
XYZ 28.06 15.18 61.13 -
YUV 105.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 164 55 208 0.21 0.74 0 0.18 282.75 0.62 0.52
Hex A4 37 D0 15 4A 0 12 11B 3E 34
Octal 244 67 320 25 112 0 22 433 76 64
Binary 10100100 110111 11010000 10101 1001010 0 10010 100011011 111110 110100

Color Harmonies of #A437D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437D0

Black with #A437D0

Text Example


Text Example

White with #A437D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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