Html Css Color HEX #A43FBE Dark Orchid

📋 copy color: '#A43FBE'

red 164 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #A43FBE

Tints of Dark Orchid #A43FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 39.33%
G = 15.11%
B = 45.56%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A43FBE (or 0xA43FBE) is known color: Dark Orchid. HEX triplet: A4, 3F and BE. RGB value is (164,63,190). Sum of RGB (Red+Green+Blue) = 164+63+190=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A43FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FBE is #5BC041. Grayscale: #6B6B6B. Windows color (decimal): -6012994 or 12468132. OLE color: 12468132.

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

Color convert

RGB 164 63 190 -
CMYK 0.14 0.67 0 0.25
HSL 287.72º 0.5% 0.5% -
HSV(B) 287.72º 0.67% 0.75% -
XYZ 26.38 15.17 50.25 -
YUV 107.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 164 63 190 0.14 0.67 0 0.25 287.72 0.5 0.5
Hex A4 3F BE E 43 0 19 120 32 32
Octal 244 77 276 16 103 0 31 440 62 62
Binary 10100100 111111 10111110 1110 1000011 0 11001 100100000 110010 110010

Color Harmonies of #A43FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FBE

Black with #A43FBE

Text Example


Text Example

White with #A43FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FBE; }

 p { color: rgb(164,63,190); }

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

background-color css

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

 a { background-color: rgb(164,63,190); }

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

border-color css

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

 span { border-color: rgb(164,63,190); }

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