Html Css Color HEX #A43BCF Dark Orchid

📋 copy color: '#A43BCF'

red 164 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #A43BCF

Tints of Dark Orchid #A43BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 38.14%
G = 13.72%
B = 48.14%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A43BCF (or 0xA43BCF) is known color: Dark Orchid. HEX triplet: A4, 3B and CF. RGB value is (164,59,207). Sum of RGB (Red+Green+Blue) = 164+59+207=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A43BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BCF is #5BC430. Grayscale: #6A6A6A. Windows color (decimal): -6014001 or 13581220. OLE color: 13581220.

HSL color Cylindrical-coordinate representation of color #A43BCF: hue angle of 282.57º degrees, saturation: 0.61, 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 #A43BCF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 59 207 -
CMYK 0.21 0.71 0 0.19
HSL 282.57º 0.61% 0.52% -
HSV(B) 282.57º 0.71% 0.81% -
XYZ 28.14 15.53 60.55 -
YUV 107.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 164 59 207 0.21 0.71 0 0.19 282.57 0.61 0.52
Hex A4 3B CF 15 47 0 13 11B 3D 34
Octal 244 73 317 25 107 0 23 433 75 64
Binary 10100100 111011 11001111 10101 1000111 0 10011 100011011 111101 110100

Color Harmonies of #A43BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BCF

Black with #A43BCF

Text Example


Text Example

White with #A43BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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