Html Css Color HEX #A43FDE Dark Orchid

📋 copy color: '#A43FDE'

red 164 ◦ green 63 ◦ blue 222

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

Shades of Dark Orchid #A43FDE

Tints of Dark Orchid #A43FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.03%

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 36.53%
G = 14.03%
B = 49.44%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A43FDE (or 0xA43FDE) is known color: Dark Orchid. HEX triplet: A4, 3F and DE. RGB value is (164,63,222). Sum of RGB (Red+Green+Blue) = 164+63+222=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #A43FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FDE is #5BC021. Grayscale: #6E6E6E. Windows color (decimal): -6012962 or 14565284. OLE color: 14565284.

HSL color Cylindrical-coordinate representation of color #A43FDE: hue angle of 278.11º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43FDE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 63 222 -
CMYK 0.26 0.72 0 0.13
HSL 278.11º 0.71% 0.56% -
HSV(B) 278.11º 0.72% 0.87% -
XYZ 30.27 16.72 70.74 -
YUV 111.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 164 63 222 0.26 0.72 0 0.13 278.11 0.71 0.56
Hex A4 3F DE 1A 48 0 D 116 47 38
Octal 244 77 336 32 110 0 15 426 107 70
Binary 10100100 111111 11011110 11010 1001000 0 1101 100010110 1000111 111000

Color Harmonies of #A43FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FDE

Black with #A43FDE

Text Example


Text Example

White with #A43FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FDE; }

 p { color: rgb(164,63,222); }

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

background-color css

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

 a { background-color: rgb(164,63,222); }

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

border-color css

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

 span { border-color: rgb(164,63,222); }

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