Html Css Color HEX #A346CB Dark Orchid

📋 copy color: '#A346CB'

red 163 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #A346CB

Tints of Dark Orchid #A346CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 37.39%
G = 16.06%
B = 46.56%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A346CB (or 0xA346CB) is known color: Dark Orchid. HEX triplet: A3, 46 and CB. RGB value is (163,70,203). Sum of RGB (Red+Green+Blue) = 163+70+203=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #A346CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346CB is #5CB934. Grayscale: #707070. Windows color (decimal): -6076725 or 13321891. OLE color: 13321891.

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

Color convert

RGB 163 70 203 -
CMYK 0.20 0.66 0 0.20
HSL 281.95º 0.56% 0.54% -
HSV(B) 281.95º 0.66% 0.8% -
XYZ 28.07 16.48 58.2 -
YUV 112.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 163 70 203 0.20 0.66 0 0.20 281.95 0.56 0.54
Hex A3 46 CB 14 42 0 14 11A 38 36
Octal 243 106 313 24 102 0 24 432 70 66
Binary 10100011 1000110 11001011 10100 1000010 0 10100 100011010 111000 110110

Color Harmonies of #A346CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346CB

Black with #A346CB

Text Example


Text Example

White with #A346CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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