Html Css Color HEX #A43FC9 Dark Orchid

📋 copy color: '#A43FC9'

red 164 ◦ green 63 ◦ blue 201

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

Shades of Dark Orchid #A43FC9

Tints of Dark Orchid #A43FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 38.32%
G = 14.72%
B = 46.96%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A43FC9 (or 0xA43FC9) is known color: Dark Orchid. HEX triplet: A4, 3F and C9. RGB value is (164,63,201). Sum of RGB (Red+Green+Blue) = 164+63+201=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #A43FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FC9 is #5BC036. Grayscale: #6C6C6C. Windows color (decimal): -6012983 or 13189028. OLE color: 13189028.

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

Color convert

RGB 164 63 201 -
CMYK 0.18 0.69 0 0.21
HSL 283.91º 0.56% 0.52% -
HSV(B) 283.91º 0.69% 0.79% -
XYZ 27.63 15.66 56.83 -
YUV 108.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 164 63 201 0.18 0.69 0 0.21 283.91 0.56 0.52
Hex A4 3F C9 12 45 0 15 11C 38 34
Octal 244 77 311 22 105 0 25 434 70 64
Binary 10100100 111111 11001001 10010 1000101 0 10101 100011100 111000 110100

Color Harmonies of #A43FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FC9

Black with #A43FC9

Text Example


Text Example

White with #A43FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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