Html Css Color HEX #A43BCE Dark Orchid

📋 copy color: '#A43BCE'

red 164 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #A43BCE

Tints of Dark Orchid #A43BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 38.23%
G = 13.75%
B = 48.02%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A43BCE (or 0xA43BCE) is known color: Dark Orchid. HEX triplet: A4, 3B and CE. RGB value is (164,59,206). Sum of RGB (Red+Green+Blue) = 164+59+206=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A43BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BCE is #5BC431. Grayscale: #6A6A6A. Windows color (decimal): -6014002 or 13515684. OLE color: 13515684.

HSL color Cylindrical-coordinate representation of color #A43BCE: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43BCE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 59 206 -
CMYK 0.20 0.71 0 0.19
HSL 282.86º 0.6% 0.52% -
HSV(B) 282.86º 0.71% 0.81% -
XYZ 28.01 15.48 59.9 -
YUV 107.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 164 59 206 0.20 0.71 0 0.19 282.86 0.6 0.52
Hex A4 3B CE 14 47 0 13 11B 3C 34
Octal 244 73 316 24 107 0 23 433 74 64
Binary 10100100 111011 11001110 10100 1000111 0 10011 100011011 111100 110100

Color Harmonies of #A43BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BCE

Black with #A43BCE

Text Example


Text Example

White with #A43BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BCE; }

 p { color: rgb(164,59,206); }

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

background-color css

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

 a { background-color: rgb(164,59,206); }

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

border-color css

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

 span { border-color: rgb(164,59,206); }

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