Html Css Color HEX #A43EBD Dark Orchid

📋 copy color: '#A43EBD'

red 164 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #A43EBD

Tints of Dark Orchid #A43EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 39.52%
G = 14.94%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A43EBD (or 0xA43EBD) is known color: Dark Orchid. HEX triplet: A4, 3E and BD. RGB value is (164,62,189). Sum of RGB (Red+Green+Blue) = 164+62+189=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EBD is #5BC142. Grayscale: #6A6A6A. Windows color (decimal): -6013251 or 12402340. OLE color: 12402340.

HSL color Cylindrical-coordinate representation of color #A43EBD: hue angle of 288.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43EBD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 62 189 -
CMYK 0.13 0.67 0 0.26
HSL 288.19º 0.51% 0.49% -
HSV(B) 288.19º 0.67% 0.74% -
XYZ 26.22 15.01 49.66 -
YUV 106.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 164 62 189 0.13 0.67 0 0.26 288.19 0.51 0.49
Hex A4 3E BD D 43 0 1A 120 33 31
Octal 244 76 275 15 103 0 32 440 63 61
Binary 10100100 111110 10111101 1101 1000011 0 11010 100100000 110011 110001

Color Harmonies of #A43EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43EBD

Black with #A43EBD

Text Example


Text Example

White with #A43EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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