Html Css Color HEX #A43BD0 Dark Orchid

📋 copy color: '#A43BD0'

red 164 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #A43BD0

Tints of Dark Orchid #A43BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 38.05%
G = 13.69%
B = 48.26%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A43BD0 (or 0xA43BD0) is known color: Dark Orchid. HEX triplet: A4, 3B and D0. RGB value is (164,59,208). Sum of RGB (Red+Green+Blue) = 164+59+208=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #A43BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BD0 is #5BC42F. Grayscale: #6A6A6A. Windows color (decimal): -6014000 or 13646756. OLE color: 13646756.

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

Color convert

RGB 164 59 208 -
CMYK 0.21 0.72 0 0.18
HSL 282.28º 0.61% 0.52% -
HSV(B) 282.28º 0.72% 0.82% -
XYZ 28.26 15.57 61.19 -
YUV 107.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 164 59 208 0.21 0.72 0 0.18 282.28 0.61 0.52
Hex A4 3B D0 15 48 0 12 11A 3D 34
Octal 244 73 320 25 110 0 22 432 75 64
Binary 10100100 111011 11010000 10101 1001000 0 10010 100011010 111101 110100

Color Harmonies of #A43BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BD0

Black with #A43BD0

Text Example


Text Example

White with #A43BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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