Html Css Color HEX #A43DCC Dark Orchid

📋 copy color: '#A43DCC'

red 164 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #A43DCC

Tints of Dark Orchid #A43DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.22%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 38.23%
G = 14.22%
B = 47.55%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A43DCC (or 0xA43DCC) is known color: Dark Orchid. HEX triplet: A4, 3D and CC. RGB value is (164,61,204). Sum of RGB (Red+Green+Blue) = 164+61+204=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A43DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DCC is #5BC233. Grayscale: #6B6B6B. Windows color (decimal): -6013492 or 13385124. OLE color: 13385124.

HSL color Cylindrical-coordinate representation of color #A43DCC: hue angle of 283.22º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43DCC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 61 204 -
CMYK 0.20 0.70 0 0.2
HSL 283.22º 0.58% 0.52% -
HSV(B) 283.22º 0.7% 0.8% -
XYZ 27.88 15.59 58.67 -
YUV 108.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 164 61 204 0.20 0.70 0 0.2 283.22 0.58 0.52
Hex A4 3D CC 14 46 0 14 11B 3A 34
Octal 244 75 314 24 106 0 24 433 72 64
Binary 10100100 111101 11001100 10100 1000110 0 10100 100011011 111010 110100

Color Harmonies of #A43DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DCC

Black with #A43DCC

Text Example


Text Example

White with #A43DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DCC; }

 p { color: rgb(164,61,204); }

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

background-color css

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

 a { background-color: rgb(164,61,204); }

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

border-color css

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

 span { border-color: rgb(164,61,204); }

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