Html Css Color HEX #A43EC8 Dark Orchid

📋 copy color: '#A43EC8'

red 164 ◦ green 62 ◦ blue 200

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

Shades of Dark Orchid #A43EC8

Tints of Dark Orchid #A43EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

 BLUE value IS 200 (78.52% from 255) = 46.95%

R = 38.5%
G = 14.55%
B = 46.95%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A43EC8 (or 0xA43EC8) is known color: Dark Orchid. HEX triplet: A4, 3E and C8. RGB value is (164,62,200). Sum of RGB (Red+Green+Blue) = 164+62+200=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #A43EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EC8 is #5BC137. Grayscale: #6B6B6B. Windows color (decimal): -6013240 or 13123236. OLE color: 13123236.

HSL color Cylindrical-coordinate representation of color #A43EC8: hue angle of 284.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43EC8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 62 200 -
CMYK 0.18 0.69 0 0.22
HSL 284.35º 0.56% 0.51% -
HSV(B) 284.35º 0.69% 0.78% -
XYZ 27.46 15.51 56.19 -
YUV 108.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 164 62 200 0.18 0.69 0 0.22 284.35 0.56 0.51
Hex A4 3E C8 12 45 0 16 11C 38 33
Octal 244 76 310 22 105 0 26 434 70 63
Binary 10100100 111110 11001000 10010 1000101 0 10110 100011100 111000 110011

Color Harmonies of #A43EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43EC8

Black with #A43EC8

Text Example


Text Example

White with #A43EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43EC8; }

 p { color: rgb(164,62,200); }

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

background-color css

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

 a { background-color: rgb(164,62,200); }

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

border-color css

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

 span { border-color: rgb(164,62,200); }

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