Html Css Color HEX #A343CB Dark Orchid

📋 copy color: '#A343CB'

red 163 ◦ green 67 ◦ blue 203

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

Shades of Dark Orchid #A343CB

Tints of Dark Orchid #A343CB

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

 GREEN value IS 67 (26.56% from 255) = 15.47%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 37.64%
G = 15.47%
B = 46.88%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A343CB (or 0xA343CB) is known color: Dark Orchid. HEX triplet: A3, 43 and CB. RGB value is (163,67,203). Sum of RGB (Red+Green+Blue) = 163+67+203=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A343CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CB is #5CBC34. Grayscale: #6E6E6E. Windows color (decimal): -6077493 or 13321123. OLE color: 13321123.

HSL color Cylindrical-coordinate representation of color #A343CB: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A343CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 67 203 -
CMYK 0.20 0.67 0 0.20
HSL 282.35º 0.57% 0.53% -
HSV(B) 282.35º 0.67% 0.8% -
XYZ 27.89 16.11 58.14 -
YUV 111.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 163 67 203 0.20 0.67 0 0.20 282.35 0.57 0.53
Hex A3 43 CB 14 43 0 14 11A 39 35
Octal 243 103 313 24 103 0 24 432 71 65
Binary 10100011 1000011 11001011 10100 1000011 0 10100 100011010 111001 110101

Color Harmonies of #A343CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A343CB

Black with #A343CB

Text Example


Text Example

White with #A343CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A343CB; }

 p { color: rgb(163,67,203); }

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

background-color css

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

 a { background-color: rgb(163,67,203); }

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

border-color css

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

 span { border-color: rgb(163,67,203); }

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