Html Css Color HEX #A43BBF Dark Orchid

📋 copy color: '#A43BBF'

red 164 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #A43BBF

Tints of Dark Orchid #A43BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 39.61%
G = 14.25%
B = 46.14%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A43BBF (or 0xA43BBF) is known color: Dark Orchid. HEX triplet: A4, 3B and BF. RGB value is (164,59,191). Sum of RGB (Red+Green+Blue) = 164+59+191=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #A43BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBF is #5BC440. Grayscale: #696969. Windows color (decimal): -6014017 or 12532644. OLE color: 12532644.

HSL color Cylindrical-coordinate representation of color #A43BBF: hue angle of 287.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43BBF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 59 191 -
CMYK 0.14 0.69 0 0.25
HSL 287.73º 0.53% 0.49% -
HSV(B) 287.73º 0.69% 0.75% -
XYZ 26.28 14.78 50.76 -
YUV 105.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 164 59 191 0.14 0.69 0 0.25 287.73 0.53 0.49
Hex A4 3B BF E 45 0 19 120 35 31
Octal 244 73 277 16 105 0 31 440 65 61
Binary 10100100 111011 10111111 1110 1000101 0 11001 100100000 110101 110001

Color Harmonies of #A43BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BBF

Black with #A43BBF

Text Example


Text Example

White with #A43BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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